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/presence.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activemodel/lib/active_model/validations/presence.rb') diff --git a/activemodel/lib/active_model/validations/presence.rb b/activemodel/lib/active_model/validations/presence.rb index 70247ee4c8..ae84c376b9 100644 --- a/activemodel/lib/active_model/validations/presence.rb +++ b/activemodel/lib/active_model/validations/presence.rb @@ -1,7 +1,6 @@ module ActiveModel - # == Active \Model Presence \Validator module Validations class PresenceValidator < EachValidator # :nodoc: def validate(record) -- cgit v1.2.3