method

start

rails latest stable - Class: ActionView::StructuredEventSubscriber::Start

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

start(name, id, payload)
public

No documentation available.

# File actionview/lib/action_view/structured_event_subscriber.rb, line 76
      def start(name, id, payload)
        ActiveSupport.event_reporter.debug("action_view.render_start",
          is_layout: name == "render_layout.action_view",
          identifier: from_rails_root(payload[:identifier]),
          layout: from_rails_root(payload[:layout]),
        )
      end