Skip to content

Instantly share code, notes, and snippets.

@overture8
Created October 2, 2009 23:02
Show Gist options
  • Save overture8/200218 to your computer and use it in GitHub Desktop.
Save overture8/200218 to your computer and use it in GitHub Desktop.
class Company < ActiveRecord::Base
has_many :addresses
end
class Address < ActiveRecord::Base
belongs_to :company
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment