From 4bed3bc0871ae3f28270f171915544b768018776 Mon Sep 17 00:00:00 2001 From: "Jeroen K." Date: Thu, 15 Jan 2015 16:06:01 +0100 Subject: Fix Typo SecureToken for schema sample [ci skip] --- activerecord/lib/active_record/secure_token.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/secure_token.rb b/activerecord/lib/active_record/secure_token.rb index be3c3bc847..07031b6371 100644 --- a/activerecord/lib/active_record/secure_token.rb +++ b/activerecord/lib/active_record/secure_token.rb @@ -5,7 +5,7 @@ module ActiveRecord module ClassMethods # Example using has_secure_token # - # # Schema: User(toke:string, auth_token:string) + # # Schema: User(token:string, auth_token:string) # class User < ActiveRecord::Base # has_secure_token # has_secure_token :auth_token -- cgit v1.2.3