Rails: Updating Nested attributes - undefined method `to_sym' for nil:NilClass?

I've figured it out. I read that a join table like MatchTeams doesn't need an ID. I'm guessing this is true when not doing any nested forms.

I redid my migration removing the exclusion of the id column, and now everything works fine. Don't we all love this stupid errors? :).

Without seeing the offending to_sym in your code, just know that the thing it's attached to has not been defined properly. If this is a variable such as @var. To_sym, you most likely.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions