You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
undefined method `reflect_on_association' for NilClass:Class
I generated haml template with amazing gem but I figured out that into a generic new.html.haml a symbol is used into the form and this generate the error up here on this line
Hi, I was working with nested attributes (something like this http://railscasts.com/episodes/197-nested-model-form-part-2) and I had this error
undefined method `reflect_on_association' for NilClass:Class
I generated haml template with amazing gem but I figured out that into a generic new.html.haml a symbol is used into the form and this generate the error up here on this line
= link_to_add_fields "Add Zone", f, :zones
so I used this
and it works fine.
The text was updated successfully, but these errors were encountered: