method
render_template
v8.1.1 -
Show latest stable
- Class:
ActionView::StructuredEventSubscriber
render_template(event)public
No documentation available.
# File actionview/lib/action_view/structured_event_subscriber.rb, line 14
def render_template(event)
emit_debug_event("action_view.render_template",
identifier: from_rails_root(event.payload[:identifier]),
layout: from_rails_root(event.payload[:layout]),
duration_ms: event.duration.round(2),
gc_ms: event.gc_time.round(2),
)
end