instance method
render_layout
Ruby on Rails 8.0.4
Since v6.1.7.10 Last seen in v8.0.4Signature
render_layout(event)
No documentation comment.
Parameters
-
eventreq
Source
# File actionview/lib/action_view/log_subscriber.rb, line 37
def render_layout(event)
info do
message = +" Rendered layout #{from_rails_root(event.payload[:identifier])}"
message << " (Duration: #{event.duration.round(1)}ms | GC: #{event.gc_time.round(1)}ms)"
end
end
Defined in actionview/lib/action_view/log_subscriber.rb line 37
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::LogSubscriber