method

controller_paths

rails latest stable - Class: Rails::Configuration::Deprecated

Method deprecated or moved

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

controller_paths()
public

No documentation available.

# File railties/lib/rails/configuration.rb, line 137
      def controller_paths
        ActiveSupport::Deprecation.warn "config.controller_paths is deprecated, " <<
          "please do paths.app.controllers instead", caller
        paths.app.controllers.to_a.uniq
      end