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