method

explicit_plugin_loading_order?

explicit_plugin_loading_order?()
protected

No documentation available.

# File railties/lib/rails/plugin/loader.rb, line 109
        def explicit_plugin_loading_order?
          !registered_plugin_names.nil?
        end