instance method controller_paths

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.0.20

Signature

controller_paths()

No documentation comment.

Source
# 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

Defined in railties/lib/rails/configuration.rb line 137 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Configuration::Deprecated

Type at least 2 characters to search.

↑↓ navigate · open · esc close