Sha256: c53e3ba522d78bb02acf770e2e72ffa996daa213432fc9668f2fe144b5ef9f25
Contents?: true
Size: 210 Bytes
Versions: 65
Compression:
Stored size: 210 Bytes
Contents
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
65 entries across 65 versions & 2 rubygems