Sha256: 6ba34bfbb51797b2f59ac114888430aa7b7b070c25544bec8e2e7fcc1c6cb650
Contents?: true
Size: 211 Bytes
Versions: 61
Compression:
Stored size: 211 Bytes
Contents
class AddLayoutOptionsToExhibit < ActiveRecord::Migration def change add_column :spotlight_exhibits, :searchable, :boolean, default: true add_column :spotlight_exhibits, :layout, :string end end
Version data entries
61 entries across 61 versions & 1 rubygems