20150515195059_change_reading_group_attributes_public_default.rb 246 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 class ChangeReadingGroupAttributesPublicDefault < ActiveRecord::Migration def up change_column_default :reading_group_attributes, :public, true end def down change_column_default :reading_group_attributes, :public, false end end