Commit 0833b7ec5ba22ad4949db79443d3157c4edb13f5
1 parent
65337118
Exists in
master
and in
4 other branches
oops, uncomment authentication_token
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
db/migrate/20110913200833_devise_create_users.rb
@@ -34,7 +34,7 @@ class DeviseCreateUsers < ActiveRecord::Migration | @@ -34,7 +34,7 @@ class DeviseCreateUsers < ActiveRecord::Migration | ||
34 | # t.datetime :locked_at | 34 | # t.datetime :locked_at |
35 | 35 | ||
36 | # Token authenticatable | 36 | # Token authenticatable |
37 | - # t.string :authentication_token | 37 | + t.string :authentication_token |
38 | 38 | ||
39 | ## Invitable | 39 | ## Invitable |
40 | # t.string :invitation_token | 40 | # t.string :invitation_token |