instance method
controller_paths=
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
controller_paths=(value)
No documentation comment.
Parameters
-
valuereq
Source
# File railties/lib/rails/configuration.rb, line 131
def controller_paths=(value)
ActiveSupport::Deprecation.warn "config.controller_paths= is deprecated, " <<
"please do paths.app.controllers= instead", caller
paths.app.controllers = value
end
Defined in railties/lib/rails/configuration.rb line 131
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Configuration::Deprecated