Commit 0833b7ec5ba22ad4949db79443d3157c4edb13f5

Authored by Nihad Abbasov
1 parent 65337118

oops, uncomment authentication_token

db/migrate/20110913200833_devise_create_users.rb
... ... @@ -34,7 +34,7 @@ class DeviseCreateUsers < ActiveRecord::Migration
34 34 # t.datetime :locked_at
35 35  
36 36 # Token authenticatable
37   - # t.string :authentication_token
  37 + t.string :authentication_token
38 38  
39 39 ## Invitable
40 40 # t.string :invitation_token
... ...