From 7003e71c13c53ec3d34250560fbf80b8381df693 Mon Sep 17 00:00:00 2001 From: Diogo Mafra Date: Sun, 6 Jan 2013 13:04:04 -0200 Subject: Require 'active_support/core_ext/module/aliasing' in the infinite_comparable module --- activesupport/lib/active_support/core_ext/infinite_comparable.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/core_ext/infinite_comparable.rb') diff --git a/activesupport/lib/active_support/core_ext/infinite_comparable.rb b/activesupport/lib/active_support/core_ext/infinite_comparable.rb index df9cde7db0..b78b2deaad 100644 --- a/activesupport/lib/active_support/core_ext/infinite_comparable.rb +++ b/activesupport/lib/active_support/core_ext/infinite_comparable.rb @@ -1,4 +1,5 @@ require 'active_support/concern' +require 'active_support/core_ext/module/aliasing' require 'active_support/core_ext/object/try' module InfiniteComparable -- cgit v1.2.3