Sha256: 4c59cedd1c0054e4ae416c3365dfb7a2d1c65a79c440b98a5fea5827d5359f40
Contents?: true
Size: 196 Bytes
Versions: 60
Compression:
Stored size: 196 Bytes
Contents
class AddBrandingToCollectionType < ActiveRecord::Migration<%= migration_version %> def change add_column :hyrax_collection_types, :brandable, :boolean, null: false, default: true end end
Version data entries
60 entries across 60 versions & 1 rubygems