Merge pull request #19289 from ahmad-alkheat/master

Unnecessary usage of self in the guides [ci skip]
This commit is contained in:
Yves Senn 2015-03-11 15:26:14 +01:00
commit 1b7ae86f26
1 changed files with 1 additions and 1 deletions

View File

@ -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