Rails 5 nested form won't create child records -
i've been stuck on hours. don't understand how nested forms , using 'accepts_nested_attributes_for' supposed work. i have 'form_for' new list, , 'fields_for' it's list_items. here fields_for list_items. fields_for :list_items https://pastebin.com/nxzwgeyj now, 'list_item' :through part of list's has_many_through associations user's 'user_items'. nested form supposed submit information 'user_item' needed build 'list_item' belong new list. seems somewhere along way parameters child items not being delivered... started post "/list" 127.0.0.1 @ 2017-08-17 18:18:04 -0400 processing listscontroller#create html parameters: {"utf8"=>"✓", "authenticity_token"=>"203d1bpqzzku9j0gyupovqnfbkxmreydlmb4idaradnjvx5fqcydg5due/d2ngwocu6afkc+hwl5qcpfu9glqw==", "list"=>{"name"=>"", "list_items_attributes"=>{...