Something that I haven't forgotten is how often I come across this error when I've made some changes to my models and edit forms:
ActiveRecord::AssociationTypeMismatch (MyModelName(#-613518908) expected, got Array(#-608606448)):
This typically means that I've forgotten:
accepts_nested_attributes_for
in my model.
1 comment:
Thanks! And to restart the server...
Post a Comment