Skip to content

Instantly share code, notes, and snippets.

@oliviachang29
Created August 3, 2017 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliviachang29/de83a28c55089880197e780fbc565f03 to your computer and use it in GitHub Desktop.
Save oliviachang29/de83a28c55089880197e780fbc565f03 to your computer and use it in GitHub Desktop.
app/models/kid.rb
class Kid < ActiveRecord::Base
 belongs_to :parent
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment