Flowdock
method

prepare_application

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: Dispatcher
prepare_application() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/dispatcher.rb, line 68
      def prepare_application
        ActionController::Routing::Routes.reload if Dependencies.load?
        prepare_breakpoint
        Controllers.const_load!(:ApplicationController, "application") unless Controllers.const_defined?(:ApplicationController)
      end
Register or log in to add new notes.