method

log_rendering_start

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActionView::LogSubscriber
log_rendering_start(payload) private

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 84 def log_rendering_start(payload) info do message = " Rendering #{from_rails_root(payload[:identifier])}" message << " within #{from_rails_root(payload[:layout])}" if payload[:layout] message end end
Register or log in to add new notes.