In a Rails model I have an attribute is_subscriber, when I constructed a db migration to add this column to the database I specified the default value to be fal
is_subscriber
validates :column_name, :inclusion => {:in => [true, false]}