aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/errors.rb
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2010-08-03 04:14:01 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2010-08-03 04:14:14 -0400
commit74f7e172c7a660286bfd2b265e299c55078fc68e (patch)
tree6b4c62b09245f2b27c8d347430845d04369903c1 /activemodel/lib/active_model/errors.rb
parent4dc2521028140d005b0871ab5d8b02694dbf58c3 (diff)
downloadrails-74f7e172c7a660286bfd2b265e299c55078fc68e.tar.gz
rails-74f7e172c7a660286bfd2b265e299c55078fc68e.tar.bz2
rails-74f7e172c7a660286bfd2b265e299c55078fc68e.zip
fixing documentation
Diffstat (limited to 'activemodel/lib/active_model/errors.rb')
-rw-r--r--activemodel/lib/active_model/errors.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb
index f39678db83..edafb53ad5 100644
--- a/activemodel/lib/active_model/errors.rb
+++ b/activemodel/lib/active_model/errors.rb
@@ -37,11 +37,11 @@ module ActiveModel
# send(attr)
# end
#
- # def ErrorsPerson.human_attribute_name(attr, options = {})
+ # def Person.human_attribute_name(attr, options = {})
# attr
# end
#
- # def ErrorsPerson.lookup_ancestors
+ # def Person.lookup_ancestors
# [self]
# end
#