Flowdock
method

routes_configuration_file

Importance_0
v3.0.5 - Show latest stable - 0 notes - Class: Rails::Configuration::Deprecated
routes_configuration_file() 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 101
      def routes_configuration_file
        ActiveSupport::Deprecation.warn "config.routes_configuration_file is deprecated, " <<
          "please do paths.config.routes instead", caller
        paths.config.routes.to_a.first
      end
Register or log in to add new notes.