Sha256: e204e122eee2f43984cf8ee81f6cd9d3ad6befcefeab2fa911fa9964bfca0e8d
Contents?: true
Size: 215 Bytes
Versions: 16
Compression:
Stored size: 215 Bytes
Contents
# 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
16 entries across 16 versions & 1 rubygems