method

builtin_controller

rails latest stable - Class: Rails::Application::Configuration

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

builtin_controller()
public

No documentation available.

# File railties/lib/rails/application/configuration.rb, line 101
      def builtin_controller
        File.expand_path('../info_routes', __FILE__) if Rails.env.development?
      end