Sha256: c08748b4456874c772f2c1e4127c2a47b0dd294af2bffea05e9eda54bb0cd5f9
Contents?: true
Size: 273 Bytes
Versions: 12
Compression:
Stored size: 273 Bytes
Contents
# This migration comes from tb_cms (originally 20120104194032) class AddVisibilityToSpudPages < ActiveRecord::Migration def change add_column :spud_pages, :visibility, :integer,:default => 0 add_column :spud_pages, :published, :boolean,:default => true end end
Version data entries
12 entries across 12 versions & 1 rubygems