method

default_plugin_locators

rails latest stable - Class: Rails::Configuration

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

default_plugin_locators()
private

No documentation available.

# File railties/lib/initializer.rb, line 1061
      def default_plugin_locators
        locators = []
        locators << Plugin::GemLocator if defined? Gem
        locators << Plugin::FileSystemLocator
      end