Flowdock
method

reset_after_dispatch

Importance_0
v1.2.6 - 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 114
      def reset_after_dispatch
        reset_application! if Dependencies.load?
        Breakpoint.deactivate_drb if defined?(BREAKPOINT_SERVER_PORT)
      end
Register or log in to add new notes.