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