Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created September 5, 2010 02:57
Show Gist options
  • Save liangzan/565694 to your computer and use it in GitHub Desktop.
Save liangzan/565694 to your computer and use it in GitHub Desktop.
class Child < ActiveRecord::Base
belongs_to :parent
has_one :dog
has_many :toys
has_and_belongs_to_many :schools
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment