Sha256: 4734480ca34014c900572b1e676dba2f3e4775897ef726551c6c3818f53b3577
Contents?: true
Size: 155 Bytes
Versions: 35
Compression:
Stored size: 155 Bytes
Contents
class AddDisplayToShippingMethods < ActiveRecord::Migration def change add_column :shipping_methods, :display_on, :string, :default => nil end end
Version data entries
35 entries across 35 versions & 3 rubygems