szabcsee / brk2013

Rails 3 based event registration application with Active Admin and lot of front-end js
1 stars 0 forks source link

Second Child does not get Meals #1

Closed szabcsee closed 11 years ago

szabcsee commented 11 years ago

The Meals fields do not get rendered for the second child. Something must be tweaked in application helper and/or person's coffeescript.

szabcsee commented 11 years ago

Implemented nested_forms and meals work for the first instance of the child but when adding more children, the meal forms do not appear. Probably there is something with the REGEX or the javascript when adding the second model instances as it does not consider the sub models.

szabcsee commented 11 years ago

Resolved by different solution.