From 01515f8ecd90150320c7edf1df23850f2a4fdf07 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 8 Jun 2009 19:59:56 -0500 Subject: Fix activesupport path --- activemodel/lib/active_model.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'activemodel') diff --git a/activemodel/lib/active_model.rb b/activemodel/lib/active_model.rb index 803f5b0157..a3545f1d53 100644 --- a/activemodel/lib/active_model.rb +++ b/activemodel/lib/active_model.rb @@ -21,12 +21,10 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #++ -activesupport_path = "#{File.dirname(__FILE__)}/../../../activesupport/lib" +activesupport_path = "#{File.dirname(__FILE__)}/../../activesupport/lib" $:.unshift(activesupport_path) if File.directory?(activesupport_path) require 'active_support' -require 'active_support/inflector' - module ActiveModel autoload :Base, 'active_model/base' autoload :Observing, 'active_model/observing' -- cgit v1.2.3