Flowdock
method

loaded?

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: Rails::Plugin::Loader
loaded?(plugin_name) 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 137
        def loaded?(plugin_name)
          initializer.loaded_plugins.detect { |plugin| plugin.name == plugin_name.to_s }
        end
Register or log in to add new notes.