Flowdock
method

reload_application

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::Dispatcher
reload_application() public

No documentation

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

Hide source
# File actionpack/lib/action_controller/dispatcher.rb, line 132
    def reload_application
      if Dependencies.load?
        Routing::Routes.reload
        self.unprepared = true
      end
    end
Register or log in to add new notes.