From 1855fd29e00c2eeaf77ef34bb2b8de502eaf3655 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 19 May 2008 21:32:26 +0200 Subject: Class#method in regular font --- activeresource/lib/active_resource/validations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). # -- cgit v1.2.3