method
attach_to
rails latest stable - Class:
ActionView::LogSubscriber
attach_to(*)public
No documentation available.
# 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