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
Not really an issue, just to let others and you know, I had to add
ModelWizard.new(Inspection,session).start
to my controller test in the create action, for a model called Inspection, to get it to pass. Before that I had a NoMethodError: undefined method 'deep_merge!' for nil:NilClass popping up.
The text was updated successfully, but these errors were encountered:
Not really an issue, just to let others and you know, I had to add
to my controller test in the
create
action, for a model calledInspection
, to get it to pass. Before that I had aNoMethodError: undefined method 'deep_merge!' for nil:NilClass
popping up.The text was updated successfully, but these errors were encountered: