From dee4fbc90be183fc1596ad9c59d9ba1fbdb16ce7 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sun, 26 Apr 2015 15:47:29 -0700 Subject: Don't document private internal constant [ci skip] --- activemodel/lib/active_model/validations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activemodel/lib/active_model/validations.rb b/activemodel/lib/active_model/validations.rb index 74d60327d6..c1019169e1 100644 --- a/activemodel/lib/active_model/validations.rb +++ b/activemodel/lib/active_model/validations.rb @@ -87,6 +87,7 @@ module ActiveModel validates_with BlockValidator, _merge_attributes(attr_names), &block end + # :nodoc: VALID_OPTIONS_FOR_VALIDATE = [:on, :if, :unless, :prepend].freeze # Adds a validation method or block to the class. This is useful when -- cgit v1.2.3