Flowdock
method

view_path

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: Rails::Configuration::Deprecated
view_path() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide 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
Register or log in to add new notes.