Ruby on Rails: Creating child objects I’m sure this is a very simple question, but I’m just a newbie so… I have a model, Game, which has_many :piles. Pile, in turn, has_many :cards. I’m able... April 3, 2022 0 Comments