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!
Anything showing in the console? Is your schema accurate?
I just answered it. Change answer_attributes to answers_attributes in the survey_params method.
Debug with pry if it still doesn’t work.