Flowdock
method

reload_application

Importance_0
v2.1.0 - 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 126
    def reload_application
      # Run prepare callbacks before every request in development mode
      run_callbacks :prepare_dispatch

      Routing::Routes.reload
      ActionView::TemplateFinder.reload! unless ActionView::Base.cache_template_loading
    end
Register or log in to add new notes.