Flowdock
render_collection(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_collection(event)
      identifier = event.payload[:identifier] || "templates"

      info do
        "  Rendered collection of #{from_rails_root(identifier)}"          " #{render_count(event.payload)} (#{event.duration.round(1)}ms)"
      end
    end
Register or log in to add new notes.