Flowdock
method

plugins

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: Railties
plugins() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/engine/railties.rb, line 15
      def plugins
        @plugins ||= begin
          plugin_names = (@config.plugins || [:all]).map { |p| p.to_sym }
          Plugin.all(plugin_names, @config.paths["vendor/plugins"].existent)
        end
      end
Register or log in to add new notes.