instance method
engines
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
engines()
Returns the plugins that are in engine-form (have an app/ directory)
Source
# File railties/lib/rails/plugin/loader.rb, line 26
def engines
@engines ||= plugins.select(&:engine?)
end
Defined in railties/lib/rails/plugin/loader.rb line 26
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Plugin::Loader