diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-19 21:32:26 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-19 21:32:26 +0200 |
commit | 1855fd29e00c2eeaf77ef34bb2b8de502eaf3655 (patch) | |
tree | d757934a82e1a9c84c5c8b17362bce4bc58c59ad | |
parent | 78596747bae784196da7a184a33ef5d1b2a94107 (diff) | |
download | rails-1855fd29e00c2eeaf77ef34bb2b8de502eaf3655.tar.gz rails-1855fd29e00c2eeaf77ef34bb2b8de502eaf3655.tar.bz2 rails-1855fd29e00c2eeaf77ef34bb2b8de502eaf3655.zip |
Class#method in regular font
-rw-r--r-- | activeresource/lib/active_resource/validations.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/lib/active_resource/validations.rb b/activeresource/lib/active_resource/validations.rb index 57d2ae559d..b955db6ec1 100644 --- a/activeresource/lib/active_resource/validations.rb +++ b/activeresource/lib/active_resource/validations.rb @@ -217,7 +217,7 @@ module ActiveResource end # Module to allow validation of ActiveResource objects, which creates an Errors instance for every resource. - # Methods are implemented by overriding +Base#validate+ or its variants Each of these methods can inspect + # Methods are implemented by overriding Base#validate or its variants Each of these methods can inspect # the state of the object, which usually means ensuring that a number of attributes have a certain value # (such as not empty, within a given range, matching a certain regular expression and so on). # |