aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
diff options
context:
space:
mode:
authorJuanjo Bazán <jjbazan@gmail.com>2012-03-27 12:52:43 +0200
committerJuanjo Bazán <jjbazan@gmail.com>2012-03-27 12:52:43 +0200
commit00c5435311c621453ce231b74e99c1e9539e47a7 (patch)
treed61506d0161a75f5da24ba7d68d96e36e11095a1 /lib/arel.rb
parentb45466757424b98e1fe9699042d23550fd5b8751 (diff)
downloadrails-00c5435311c621453ce231b74e99c1e9539e47a7.tar.gz
rails-00c5435311c621453ce231b74e99c1e9539e47a7.tar.bz2
rails-00c5435311c621453ce231b74e99c1e9539e47a7.zip
Remove deprecated Relation module
Diffstat (limited to 'lib/arel.rb')
-rw-r--r--lib/arel.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/arel.rb b/lib/arel.rb
index b27da2fb05..6d7aec64b1 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -12,8 +12,6 @@ require 'arel/attributes'
require 'arel/compatibility/wheres'
#### these are deprecated
-# The Arel::Relation constant is referenced in Rails
-require 'arel/relation'
require 'arel/expression'
####