Skip to content

Instantly share code, notes, and snippets.

@galiat
Created September 28, 2011 19:23
Show Gist options
  • Save galiat/1248941 to your computer and use it in GitHub Desktop.
Save galiat/1248941 to your computer and use it in GitHub Desktop.
class Contact < ActiveRecord::Base
has_many :addresses
end
class Contact < ActiveRecord::Base
has_many :addresses
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment