提交 4c1f7c99 编写于 作者: Z Zachary Scott

Merge pull request #18537 from jrnk/patch-1

Fix Typo SecureToken for schema sample [ci skip]
......@@ -5,7 +5,7 @@ module SecureToken
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册