提交 1b7ae86f 编写于 作者: Y Yves Senn

Merge pull request #19289 from ahmad-alkheat/master

Unnecessary usage of self in the guides [ci skip]
......@@ -68,7 +68,7 @@ class User < ActiveRecord::Base
protected
def normalize_name
self.name = self.name.downcase.titleize
self.name = name.downcase.titleize
end
def set_location
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册