Skip to content

Instantly share code, notes, and snippets.

@lisaSwanson
Created August 13, 2015 23:18
Show Gist options
  • Save lisaSwanson/9643c14b3c08fd8df649 to your computer and use it in GitHub Desktop.
Save lisaSwanson/9643c14b3c08fd8df649 to your computer and use it in GitHub Desktop.
has_many, belongs_to syntax
has_many :ratings, foreign_key: :dog_id
belongs_to :owner, class_name: "Person"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment