Merge pull request #1048 from NARKOZ/devise
uncomment authentication_token
This commit is contained in:
commit
9f520a65ba
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class DeviseCreateUsers < ActiveRecord::Migration
|
||||||
# t.datetime :locked_at
|
# t.datetime :locked_at
|
||||||
|
|
||||||
# Token authenticatable
|
# Token authenticatable
|
||||||
# t.string :authentication_token
|
t.string :authentication_token
|
||||||
|
|
||||||
## Invitable
|
## Invitable
|
||||||
# t.string :invitation_token
|
# t.string :invitation_token
|
||||||
|
|
Loading…
Add table
Reference in a new issue