method
instrument_payload
v7.2.3 -
Show latest stable
- Class:
ActionController::Caching
instrument_payload(key)private
No documentation available.
# File actionpack/lib/action_controller/caching.rb, line 37
def instrument_payload(key)
{
controller: controller_name,
action: action_name,
key: key
}
end