Skip to content

Instantly share code, notes, and snippets.

@msroot
Last active February 2, 2017 15:16
Show Gist options
  • Select an option

  • Save msroot/0234b9f49164b419a10ad3e43844a27f to your computer and use it in GitHub Desktop.

Select an option

Save msroot/0234b9f49164b419a10ad3e43844a27f to your computer and use it in GitHub Desktop.
ActiveSupport::Notifications.subscribe do |*args|
event = ActiveSupport::Notifications::Event.new(*args)
Rails.logger.info "#" * 30
Rails.logger.info "#{event.name} => #{event.duration}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment