instance method engines

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

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

Type at least 2 characters to search.

↑↓ navigate · open · esc close