Sha256: 7fa0ae949e4c5df8e3dc1c3304e726ab2f54d9cc5e39dfdee80a696845b4c577
Contents?: true
Size: 287 Bytes
Versions: 6
Compression:
Stored size: 287 Bytes
Contents
# This migration comes from mechanize_store (originally 20140407193412) # This migration comes from mechanize_store (originally 20140407193412) class AddWidthToMechanizeStoreProduct < ActiveRecord::Migration def change add_column :mechanize_store_products, :width, :float end end
Version data entries
6 entries across 6 versions & 1 rubygems