instance method view_path

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.0.20

Signature

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

Type at least 2 characters to search.

↑↓ navigate · open · esc close