20160314201510_add_root_page_to_pages.rb 141 Bytes Raw Blame History Permalink 1 2 3 4 5 class AddRootPageToPages < ActiveRecord::Migration def change add_column :kanjai_pages, :root_page, :boolean, default: false end end