aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/clusivity.rb
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-07-06 00:17:13 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-07-06 00:17:13 -0500
commitca802fda663d0aa5edf615d4683b4a55b6e2ffe9 (patch)
tree674c05093efd9676cdb4252d9a5a90007b2e66f1 /activemodel/lib/active_model/validations/clusivity.rb
parent9a7702a1df19b8d52d1500b821207efd8c099a54 (diff)
downloadrails-ca802fda663d0aa5edf615d4683b4a55b6e2ffe9.tar.gz
rails-ca802fda663d0aa5edf615d4683b4a55b6e2ffe9.tar.bz2
rails-ca802fda663d0aa5edf615d4683b4a55b6e2ffe9.zip
add :nodoc: to internal implementations of AM::Validator [ci skip]
Diffstat (limited to 'activemodel/lib/active_model/validations/clusivity.rb')
-rw-r--r--activemodel/lib/active_model/validations/clusivity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/clusivity.rb b/activemodel/lib/active_model/validations/clusivity.rb
index b632a2bd6b..676457ec0f 100644
--- a/activemodel/lib/active_model/validations/clusivity.rb
+++ b/activemodel/lib/active_model/validations/clusivity.rb
@@ -2,7 +2,7 @@ require 'active_support/core_ext/range.rb'
module ActiveModel
module Validations
- module Clusivity
+ module Clusivity #:nodoc:
ERROR_MESSAGE = "An object with the method #include? or a proc or lambda is required, " <<
"and must be supplied as the :in option of the configuration hash"