method

render_layout

rails latest stable - Class: ActionView::LogSubscriber
render_layout(event)
public

No documentation available.

# 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 | Allocations: #{event.allocations})"
      end
    end