1
0
Fork 0
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:
Sean Schofield 2009-04-27 11:05:38 -04:00
parent 5ec91ef5ec
commit de9ea3bf25

View file

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