Skip to content

Instantly share code, notes, and snippets.

@bogdan
Created November 12, 2010 14:49
Show Gist options
  • Select an option

  • Save bogdan/674174 to your computer and use it in GitHub Desktop.

Select an option

Save bogdan/674174 to your computer and use it in GitHub Desktop.
def create_comment_notification
commentable.owner.comment_notifications.create!(:source => self) if commentable.owner
parent.owner.comment_notifications.create!(:source => self) if parent
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment