Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 18, 2011 01:46
Show Gist options
  • Select an option

  • Save meltzerj/924678 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/924678 to your computer and use it in GitHub Desktop.
def delete_timeline_event
timeline_event = TimelineEvent.find_by_subject(self)
timeline_event.destroy
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment