Sha256: fcdefefa63d81e031c25e5412a32696e4911574686d4e33daf7dd0e98c4e5305
Contents?: true
Size: 147 Bytes
Versions: 6
Compression:
Stored size: 147 Bytes
Contents
class AddTermsAndConditionsToOrders < ActiveRecord::Migration def change add_column :spree_orders, :terms_and_conditions, :boolean end end
Version data entries
6 entries across 6 versions & 1 rubygems