Skip to content

Instantly share code, notes, and snippets.

@Aslan
Created May 25, 2011 23:25
Show Gist options
  • Save Aslan/992232 to your computer and use it in GitHub Desktop.
Save Aslan/992232 to your computer and use it in GitHub Desktop.
class Person < MassiveRecord::ORM::Table
references_one :boss, :class_name => "Person", :store_in => :info
references_one :attachment, :polymorphic => true
references_many :friends, :store_in => :info
references_many :cars, :records_starts_from => :cars_start_id
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment