oops, uncomment authentication_token
This commit is contained in:
parent
6533711825
commit
0833b7ec5b
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…
Reference in a new issue