#1040 Show email in public option

This commit is contained in:
JewelSam 2017-02-14 17:54:31 +03:00
parent a0120734e3
commit 56c69f51b7
5 changed files with 10 additions and 4 deletions

View file

@ -0,0 +1,5 @@
class ChangeEmailPublicFromUsers < ActiveRecord::Migration
def change
change_column_default :users, :email_public, true
end
end