Method: Rails::Configuration::Deprecated#view_path

Defined in:
lib/rails/configuration.rb

#view_pathObject



89
90
91
92
93
# File '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