aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-11-18 11:03:31 -0600
committerMike Gunderloy <MikeG1@larkfarm.com>2008-11-18 11:03:31 -0600
commitb930d2f259f7ebf3c7134db82dde02c55e00070c (patch)
tree86dfb059f2745efb04639cde85eb86d95cd60906 /activemodel/lib
parent24bc0b267d1c313d78424eeffda6d8eaa5be0c24 (diff)
downloadrails-b930d2f259f7ebf3c7134db82dde02c55e00070c.tar.gz
rails-b930d2f259f7ebf3c7134db82dde02c55e00070c.tar.bz2
rails-b930d2f259f7ebf3c7134db82dde02c55e00070c.zip
Finishing up RDoc 2.x markup for cattr_accessors
Diffstat (limited to 'activemodel/lib')
-rw-r--r--activemodel/lib/active_model/errors.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb
index a99bb001e4..bcf0810290 100644
--- a/activemodel/lib/active_model/errors.rb
+++ b/activemodel/lib/active_model/errors.rb
@@ -24,6 +24,8 @@ module ActiveModel
:even => "must be even"
}
+ ##
+ # :singleton-method:
# Holds a hash with all the default error messages that can be replaced by your own copy or localizations.
cattr_accessor :default_error_messages