Method: Rails::Configuration::Deprecated#view_path=
- Defined in:
- lib/rails/configuration.rb
#view_path=(value) ⇒ Object
83 84 85 86 87 |
# File '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 |