class AddIsHomeToPages < ActiveRecord::Migration def change add_column :cambium_pages, :is_home, :boolean, :default => false end end