method

plugin_enabled?

rails latest stable - Class: Rails::Initializer

Method deprecated or moved

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

plugin_enabled?(path)
protected

No documentation available.

# File railties/lib/initializer.rb, line 367
      def plugin_enabled?(path)
        configuration.plugins.nil? || configuration.plugins.include?(File.basename(path))
      end