Sha256: 26ce974fc4cdb8b891489182f9078c8c09da222d5fa69ac9743e3026bc0656e6
Contents?: true
Size: 216 Bytes
Versions: 108
Compression:
Stored size: 216 Bytes
Contents
class AddLayoutOptionsToExhibit < ActiveRecord::Migration[4.2] def change add_column :spotlight_exhibits, :searchable, :boolean, default: true add_column :spotlight_exhibits, :layout, :string end end
Version data entries
108 entries across 108 versions & 1 rubygems