Flowdock
method

render_layout

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ActionView::LogSubscriber
render_layout(event) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/log_subscriber.rb, line 35
    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
Register or log in to add new notes.