Last active
February 2, 2017 15:16
-
-
Save msroot/0234b9f49164b419a10ad3e43844a27f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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