Skip to content

Commit

Permalink
Remove deprecated Relation module
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Mar 27, 2012
1 parent b454667 commit 00c5435
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions lib/arel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
require 'arel/compatibility/wheres'

#### these are deprecated
# The Arel::Relation constant is referenced in Rails
require 'arel/relation'
require 'arel/expression'
####

Expand Down
6 changes: 0 additions & 6 deletions lib/arel/relation.rb

This file was deleted.

2 changes: 0 additions & 2 deletions lib/arel/tree_manager.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module Arel
class TreeManager
# FIXME: Remove this.
include Arel::Relation
include Arel::FactoryMethods

attr_reader :ast, :engine
Expand Down

0 comments on commit 00c5435

Please sign in to comment.