Flowdock
method

reset_after_dispatch

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: Dispatcher
reset_after_dispatch() 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 74
      def reset_after_dispatch
        reset_application! if Dependencies.load?
        ActiveRecord::Base.clear_connection_cache!
        Breakpoint.deactivate_drb if defined?(BREAKPOINT_SERVER_PORT)
      end
Register or log in to add new notes.