Commit 9f520a65ba75f21d79d4e599a11b195f6a9a9e52

Authored by Nihad Abbasov
2 parents 4c24cabf 0833b7ec

Merge pull request #1048 from NARKOZ/devise

uncomment authentication_token
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