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