Add missing permitted attributes to variant overrides controller

This commit is contained in:
Luis Ramos
2020-03-06 15:17:50 +00:00
parent 7320b38b93
commit a261ae118d

View File

@@ -98,7 +98,7 @@ module Admin
variant_override.permit(
:id, :variant_id, :hub_id,
:price, :count_on_hand, :sku, :on_demand,
:default_stock, :resettable
:default_stock, :resettable, :tag_list
)
end
end