method
attach_to
v7.2.3 -
Show latest stable
- Class:
ActionView::LogSubscriber
attach_to(*)public
No documentation available.
# File actionview/lib/action_view/log_subscriber.rb, line 105
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