Flowdock
method

process_action

Importance_0
process_action(action, *args) private

No documentation

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

Hide source
# File activerecord/lib/active_record/railties/controller_runtime.rb, line 22
        def process_action(action, *args)
          # We also need to reset the runtime before each action
          # because of queries in middleware or in cases we are streaming
          # and it won't be cleaned up by the method below.
          ActiveRecord::LogSubscriber.reset_runtime
          super
        end
Register or log in to add new notes.