Skip to content

Commit

Permalink
Update documentation to contain a 24 char token [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomiranda committed May 1, 2015
1 parent e38dd7b commit 6541fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/secure_token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module ClassMethods
#
# user = User.new
# user.save
# user.token # => "4kUgL2pdQMSCQtjE"
# user.token # => "pX27zsMN2ViQKta1bGfLmVJE"
# user.auth_token # => "77TMHrHJFvFDwodq8w7Ev2m7"
# user.regenerate_token # => true
# user.regenerate_auth_token # => true
Expand Down

0 comments on commit 6541fef

Please sign in to comment.