class ActionView::LogSubscriber
def render_template(event)
Experimental RBS support (using type sampling data from the type_fusion
project).
def render_template: (ActiveSupport::Notifications::Event event) -> Integer
This signature was generated using 2 samples from 1 application.
def render_template(event) info do message = +" Rendered #{from_rails_root(event.payload[:identifier])}" message << " within #{from_rails_root(event.payload[:layout])}" if event.payload[:layout] message << " (Duration: #{event.duration.round(1)}ms | Allocations: #{event.allocations})" end end