1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

your dear missed typo, thank you

This commit is contained in:
Xavier Noria 2009-03-10 10:42:09 +01:00
parent 5c78693ea5
commit 8db16e86c8

View file

@ -637,7 +637,7 @@ p.errors.on(:name)
h4. +errors.size+
+size+ returns the total number of errors messages for the object.
+size+ returns the total number of error messages for the object.
<ruby>
class Person < ActiveRecord::Base