mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Made a minor syntax correction.
This commit is contained in:
parent
5ec91ef5ec
commit
de9ea3bf25
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ en:
|
|||
# will translate User attribute "login" as "Handle"
|
||||
</ruby>
|
||||
|
||||
Then +User.human_name+ will return "Dude" and +User.human_attribute_name(:login)+ will return "Handle".
|
||||
Then +User.human_name+ will return "Dude" and +User.human_attribute_name("login")+ will return "Handle".
|
||||
|
||||
h5. Error Message Scopes
|
||||
|
||||
|
|
Loading…
Reference in a new issue