Flowdock
render_template(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 17
    def render_template(event)
      info do
        message = "  Rendered #{from_rails_root(event.payload[:identifier])}".dup
        message << " within #{from_rails_root(event.payload[:layout])}" if event.payload[:layout]
        message << " (#{event.duration.round(1)}ms)"
      end
    end
Register or log in to add new notes.