method

attach_to

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: ActionView::LogSubscriber
attach_to(*) 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 101
    def self.attach_to(*)
      ActiveSupport::Notifications.subscribe("render_template.action_view", ActionView::LogSubscriber::Start.new)
      ActiveSupport::Notifications.subscribe("render_layout.action_view", ActionView::LogSubscriber::Start.new)

      super
    end
Register or log in to add new notes.