Skip to content

Instantly share code, notes, and snippets.

@nigelr
Created February 2, 2014 05:26
Show Gist options
  • Save nigelr/8763463 to your computer and use it in GitHub Desktop.
Save nigelr/8763463 to your computer and use it in GitHub Desktop.
class Company < ActiveRecord::Base
has_many :contacts
class Contact < ActiveRecord::Base
belongs_to :company
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment