Sha256: 34db921d689c39dcfbe8a7a437dba763e963999810ac2de1c2fcfc26ae811f32
Contents?: true
Size: 266 Bytes
Versions: 148
Compression:
Stored size: 266 Bytes
Contents
class RemoveCategoryMatchAttributesFromShippingMethod < ActiveRecord::Migration def change remove_column :spree_shipping_methods, :match_none remove_column :spree_shipping_methods, :match_one remove_column :spree_shipping_methods, :match_all end end
Version data entries
148 entries across 148 versions & 3 rubygems