Flowdock
append_info_to_payload(payload) 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 43
        def append_info_to_payload(payload)
          super
          if ActiveRecord::Base.connected?
            payload[:db_runtime] = (db_runtime || 0) + ActiveRecord::LogSubscriber.reset_runtime
          end
        end
Register or log in to add new notes.