Skip to content

Instantly share code, notes, and snippets.

@elvio
Created February 8, 2009 18:55
Show Gist options
  • Save elvio/60458 to your computer and use it in GitHub Desktop.
Save elvio/60458 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
has_many :phones
end
class Phone < ActiveRecord::Base
belongs_to :user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment