instance method
instrument_payload
Ruby on Rails 7.1.6
Since v5.2.8.1 PrivateSignature
instrument_payload()
No documentation comment.
Source
# File actionview/lib/action_view/template.rb, line 559
def instrument_payload
{ virtual_path: @virtual_path, identifier: @identifier }
end
Defined in actionview/lib/action_view/template.rb line 559
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Template