Flowdock
method

reload_application

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

      Routing::Routes.reload
      ActionController::Base.view_paths.reload!
      ActionView::Helpers::AssetTagHelper::AssetTag::Cache.clear
    end
Register or log in to add new notes.