Skip to content

Commit

Permalink
Borked the tests, so I'm reverting for now.
Browse files Browse the repository at this point in the history
Revert "Merge pull request #81 from parndt/master"

This reverts commit f3214d9, reversing
changes made to fc787a4.
  • Loading branch information
tenderlove committed Feb 9, 2012
1 parent f3214d9 commit eebf5d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/arel/sql/engine.rb
@@ -0,0 +1,10 @@
module Arel
module Sql
class Engine
def self.new thing
#warn "#{caller.first} -- Engine will be removed"
thing
end
end
end
end

0 comments on commit eebf5d7

Please sign in to comment.