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
notice the missing || {} in app/models/spree/variant_decorator.rb.
This causes an exception: "undefined method `each_with_object' for nil:NilClass", when params is nil.
So, I'm not sure is it a bug or something else ?
or should I check params before pass it to Spree::Variant.ransack ?
The text was updated successfully, but these errors were encountered:
I'm using 3-0-stable, and found this:
in app/models/spree/variant_decorator.rb line: 6 :
while in app/models/spree_i18n/translatable.rb line: 15 :
notice the missing || {} in app/models/spree/variant_decorator.rb.
This causes an exception: "undefined method `each_with_object' for nil:NilClass", when params is nil.
So, I'm not sure is it a bug or something else ?
or should I check params before pass it to Spree::Variant.ransack ?
The text was updated successfully, but these errors were encountered: