Skip to content

Instantly share code, notes, and snippets.

@ys
Created June 27, 2013 14:03
Show Gist options
  • Save ys/5876671 to your computer and use it in GitHub Desktop.
Save ys/5876671 to your computer and use it in GitHub Desktop.
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