Method: Rails::Configuration::Deprecated#routes_configuration_file=

Defined in:
lib/rails/configuration.rb

#routes_configuration_file=(value) ⇒ Object



95
96
97
98
99
# File '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