Flowdock
append_info_to_payload(payload) protected

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 24
      def append_info_to_payload(payload)
        super
        payload[:db_runtime] = db_runtime
      end
Register or log in to add new notes.