method

view_path

rails latest stable - Class: Rails::Configuration::Deprecated

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

view_path()
public

No documentation available.

# 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