Sha256: ff84175be18975e252765e0c98b9f623f1b0cc0851a6ef99a924105c6c7f392a
Contents?: true
Size: 248 Bytes
Versions: 68
Compression:
Stored size: 248 Bytes
Contents
class AddHasTableOfContentsToSlideshows < ActiveRecord::Migration def change add_column :bit_core_slideshows, :has_table_of_contents, :boolean, null: false, default: false end end
Version data entries
68 entries across 68 versions & 1 rubygems