Flowdock
method

load_plugins

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: Rails::Plugin::Loader
load_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/plugin/loader.rb, line 31
      def load_plugins
        plugins.each do |plugin| 
          plugin.load(initializer)
          register_plugin_as_loaded(plugin)
        end
        ensure_all_registered_plugins_are_loaded!
      end
Register or log in to add new notes.