instance method routes_configuration_file=

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.0.20

Signature

routes_configuration_file=(value)

No documentation comment.

Parameters

value req
Source
# File railties/lib/rails/configuration.rb, line 95
      def routes_configuration_file=(value)
        ActiveSupport::Deprecation.warn "config.routes_configuration_file= is deprecated, " <<
          "please do paths.config.routes= instead", caller
        paths.config.routes = value
      end

Defined in railties/lib/rails/configuration.rb line 95 · 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