summaryrefslogtreecommitdiff
path: root/db/migrate/20150413192223_add_public_email_to_users.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable RuboCop for migrationsenable-rubocop-for-migrationsSean McGivern2016-06-091-0/+1
| | | | | | | Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
* Allow user to choose which email to be publicSenorsen2015-04-141-0/+5
This commit allows user to show one of their emails in profile page, or don't show email in this page.