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
It looks like rails is having trouble finding the class definition when it is deserializing the cached object. Loading the class before deserializing i.e. adding
I hit this when trying to save a form:
NoMethodError (undefined method
child_items' for #<YAML::Object:0x105b2c680>): vendor/plugins/smerf/app/models/smerf_form.rb:180:in
call_validations'vendor/plugins/smerf/app/models/smerf_form.rb:174:in
validate_responses' vendor/plugins/smerf/app/controllers/smerf_forms_controller.rb:138:in
validate_responses'vendor/plugins/smerf/app/controllers/smerf_forms_controller.rb:61:in `create'
The text was updated successfully, but these errors were encountered: