instance method
start
Ruby on Rails 5.0.7.2
Since v5.0.7.2 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 33
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 33
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::LogSubscriber