Skip to content

Commit

Permalink
updating fields
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamB committed May 10, 2011
1 parent b145d93 commit 1958a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class User
field :remember_me_token_expires_at, type: DateTime
field :activation_code, type: String
field :activation_state, type: String
field :activation_token_expires_at, type: DateTime
field :activation_code_expires_at, type: DateTime
field :lock_expires_at, type: DateTime
field :last_login_at, type: DateTime
field :failed_logins_count, type: Integer
Expand Down

0 comments on commit 1958a09

Please sign in to comment.