Skip to content

Instantly share code, notes, and snippets.

@rubymerchant
Created March 31, 2009 19:49
Show Gist options
  • Save rubymerchant/88367 to your computer and use it in GitHub Desktop.
Save rubymerchant/88367 to your computer and use it in GitHub Desktop.
has_many :topic_activities, :conditions => {:context => Activity.topic_create}, :dependent => :delete_all, :class_name => "Activity", :foreign_key => "record_id"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment