Sha256: d545701a8050a0f85a64186eeaefc89bfd2cb172a8e4ca83a0017d7a94fd1f2b
Contents?: true
Size: 189 Bytes
Versions: 5
Compression:
Stored size: 189 Bytes
Contents
# This migration comes from beerify (originally 20130918132647) class AddHighlightToProducts < ActiveRecord::Migration def change add_column :products, :highlight, :boolean end end
Version data entries
5 entries across 5 versions & 1 rubygems