[Spree 2 Upgrade] undefined method zone_id
for ShippingMethod
#2497
Labels
spike
A time-boxed investigation/implementation to access suitability of a tool or feature
Description
While trying to create a shipping method from
/admin
I got the following error in the Rails server:It seems like the
zone_id
column was moved out of thespree_shipping_methods
table.Expected Behavior
Shipping methods can be created from
/admin
. This deserves some initial investigation which might change the scope of this issue. It could be harder than a simple one-PR fix.Actual Behavior
The app displays the error showed above.
Steps to Reproduce
Visit
/admin/shipping_methods/new
.The text was updated successfully, but these errors were encountered: