class RailsBand::ActionView::LogSubscriber

def render_template(event)

def render_template(event)
  consumer_of(__method__)&.call(Event::RenderTemplate.new(event))
end