Skip to content

Instantly share code, notes, and snippets.

@neiltron
Created February 3, 2012 00:18
Show Gist options
  • Save neiltron/1726683 to your computer and use it in GitHub Desktop.
Save neiltron/1726683 to your computer and use it in GitHub Desktop.
def publish_activity!
activity = current_user.publish_activity(:send_karma, :object => karma, :target => receiver, :receivers => [receiver, current_user])
activity.organization = current_organization
activity.save
activity.notify!
activity
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment