Noob Rails question

Hello all - Noob Ruby on Rails developer here. Trying to learn Rails from Ryan Bates screencasts. I am trying to create a view with nested models. Posted question on stackoverflow but didn't get any answers.

http://stackoverflow.com/questions/21083776/rails-4-nested-models2-levels-not-saving

Could any of you guys help? Thank you!

2 thoughts on “Noob Rails question”

  1. I just answered it. Change answer_attributes to answers_attributes in the survey_params method.

    Debug with pry if it still doesn’t work.

    Reply

Leave a Comment