Method: ActionView::LogSubscriber#render_layout
- Defined in:
- actionview/lib/action_view/log_subscriber.rb
#render_layout(event) ⇒ Object
37 38 39 40 41 42 |
# File 'actionview/lib/action_view/log_subscriber.rb', line 37 def render_layout(event) info do = +" Rendered layout #{from_rails_root(event.payload[:identifier])}" << " (Duration: #{event.duration.round(1)}ms | GC: #{event.gc_time.round(1)}ms)" end end |