method

process_action

process_action(action, *args)
protected

No documentation available.

# File activerecord/lib/active_record/railties/controller_runtime.rb, line 13
      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