instance method
start
Ruby on Rails 5.2.8.1
Since v5.2.8.1 Last seen in v7.0.10Signature
start(name, id, payload)
No documentation comment.
Parameters
-
namereq -
idreq -
payloadreq
Source
# File actionview/lib/action_view/log_subscriber.rb, line 44
def start(name, id, payload)
if name == "render_template.action_view"
log_rendering_start(payload)
end
super
end
Defined in actionview/lib/action_view/log_subscriber.rb line 44
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::LogSubscriber