From a06012c81fc9e13dea0a549ee7cdb2074e058d3e Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Tue, 16 Oct 2012 21:34:58 +0200 Subject: active_model/validations requires necessary files to run --- activemodel/lib/active_model/validations.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activemodel/lib/active_model/validations.rb') diff --git a/activemodel/lib/active_model/validations.rb b/activemodel/lib/active_model/validations.rb index a3b87daadb..9e6ec17ce1 100644 --- a/activemodel/lib/active_model/validations.rb +++ b/activemodel/lib/active_model/validations.rb @@ -3,6 +3,7 @@ require 'active_support/core_ext/hash/keys' require 'active_support/core_ext/hash/except' require 'active_model/errors' require 'active_model/validations/callbacks' +require 'active_model/validator' module ActiveModel -- cgit v1.2.3