Skip to content

Instantly share code, notes, and snippets.

@thekarladam
Created December 14, 2010 00:37
Show Gist options
  • Save thekarladam/739847 to your computer and use it in GitHub Desktop.
Save thekarladam/739847 to your computer and use it in GitHub Desktop.
class Event < ActiveRecord::Base
belongs_to :event, :foreign_key => :parent_event_id
has_many :events
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment