Sha256: 23eccfac1916143a9266a51d0cfa0876f4c19492088070e709150363bcff5496
Contents?: true
Size: 296 Bytes
Versions: 7
Compression:
Stored size: 296 Bytes
Contents
#NOTE:: The timestamp for the this file is set way into the future so that it is always the last migration run class CreateDefaultPage < ActiveRecord::Migration def up Tandem::Page.new(link_label: 'Sample Page', slug: 'sample').save! end def down Tandem::Page.delete_all end end
Version data entries
7 entries across 7 versions & 1 rubygems