20150223180806_add_secret_to_profile.rb 137 Bytes
class AddSecretToProfile < ActiveRecord::Migration
  def change
    add_column :profiles, :secret, :boolean, :default => false
  end
end