Created
June 27, 2013 14:03
-
-
Save ys/5876671 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
class Track | |
def_delegator ActiveSupport::Notifications, :instrument | |
def self.post_creation(post, user) | |
instrument 'post.creation' , { user_id: user.id, post_id: post.id } | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment