Sha256: 817d8028ddb2a2e0c6283fd2da83c6b80c0e18f51bb08b7595e3d04a242376c4
Contents?: true
Size: 270 Bytes
Versions: 34
Compression:
Stored size: 270 Bytes
Contents
class AddMatchRulesToShippingMethods < ActiveRecord::Migration def change add_column :spree_shipping_methods, :match_none, :boolean add_column :spree_shipping_methods, :match_all, :boolean add_column :spree_shipping_methods, :match_one, :boolean end end
Version data entries
34 entries across 34 versions & 3 rubygems