instance method
plugins
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
plugins()
This method should return all the plugins which this Plugin::Locator can find These will then be used by the current Plugin::Loader, which is responsible for actually loading the plugins themselves
Source
# File railties/lib/rails/plugin/locator.rb, line 19
def plugins
raise "The `plugins' method must be defined by concrete subclasses of #{self.class}"
end
Defined in railties/lib/rails/plugin/locator.rb line 19
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Plugin::Locator