Skip to content

Instantly share code, notes, and snippets.

@oliviachang29
Created August 3, 2017 19:17
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/80352d5b992a3f77d7629d55ad5dc9c1 to your computer and use it in GitHub Desktop.
Save oliviachang29/80352d5b992a3f77d7629d55ad5dc9c1 to your computer and use it in GitHub Desktop.
app/models/parent.rb
class Parent < ActiveRecord::Base
 has_many :kids
 accepts_nested_attributes_for :kids
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment