Fixes conflicts. Merge branch 'master' into ancestry

This commit is contained in:
Juanjo Bazán
2015-09-03 16:37:28 +02:00
94 changed files with 1062 additions and 673 deletions

View File

@@ -0,0 +1,5 @@
class AddLetterVerificationCodeToUsers < ActiveRecord::Migration
def change
add_column :users, :letter_verification_code, :string
end
end