Flowdock
method

explicitly_registered?

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: Rails::Plugin::Loader
explicitly_registered?(plugin) protected

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 119
        def explicitly_registered?(plugin)
          explicit_plugin_loading_order? && registered_plugin_names.include?(plugin.name)
        end
Register or log in to add new notes.