aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-03-11 15:52:01 -0800
committerCarl Lerche <carllerche@mac.com>2010-03-11 15:52:01 -0800
commit9e3450dd830caa8d1c12a0ce33b3837dc29d779c (patch)
treed089e865a002651f8ea69045769c86a0aaf152d1 /lib/arel.rb
parent915606d10923e3c5de6d904b58eb13b9b5658ea4 (diff)
downloadrails-9e3450dd830caa8d1c12a0ce33b3837dc29d779c.tar.gz
rails-9e3450dd830caa8d1c12a0ce33b3837dc29d779c.tar.bz2
rails-9e3450dd830caa8d1c12a0ce33b3837dc29d779c.zip
Get the specs to start when an AR connection is not present.
Diffstat (limited to 'lib/arel.rb')
-rw-r--r--lib/arel.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/arel.rb b/lib/arel.rb
index 14511d5b38..ef2308ca53 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -1,6 +1,7 @@
require 'active_support/inflector'
-require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/class/attribute_accessors'
+require 'active_support/core_ext/module/delegation'
+require 'active_support/core_ext/object/blank'
module Arel
require 'arel/algebra'