From 9ac095fef586bcf86ed10d31acbc4af2abb53843 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Thu, 25 Oct 2012 20:41:35 -0500 Subject: minor edits and remove mixed titles in AM::Validations docs [ci skip] --- activemodel/lib/active_model/validations/with.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel/lib/active_model/validations/with.rb') diff --git a/activemodel/lib/active_model/validations/with.rb b/activemodel/lib/active_model/validations/with.rb index 869591cd9e..2ae335d0f4 100644 --- a/activemodel/lib/active_model/validations/with.rb +++ b/activemodel/lib/active_model/validations/with.rb @@ -10,7 +10,7 @@ module ActiveModel end end - class WithValidator < EachValidator #:nodoc: + class WithValidator < EachValidator # :nodoc: def validate_each(record, attr, val) method_name = options[:with] -- cgit v1.2.3