From 3004bc24706ed62ea7e4e752adc287dc92d168f5 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Wed, 16 May 2012 10:01:43 -0500 Subject: fixing removed empty lines and examples --- activemodel/lib/active_model/validations/inclusion.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activemodel/lib/active_model/validations/inclusion.rb') diff --git a/activemodel/lib/active_model/validations/inclusion.rb b/activemodel/lib/active_model/validations/inclusion.rb index be1e6160f1..ffdbed0fc1 100644 --- a/activemodel/lib/active_model/validations/inclusion.rb +++ b/activemodel/lib/active_model/validations/inclusion.rb @@ -1,6 +1,7 @@ require "active_model/validations/clusivity" module ActiveModel + # == Active Model Inclusion Validator module Validations class InclusionValidator < EachValidator -- cgit v1.2.3