diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-02-09 14:54:04 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-02-09 14:54:04 -0800 |
commit | f3214d9ff0b7a3efb14f7e9cb93c51d3468c16d8 (patch) | |
tree | 6c5c0256c320efec62c4f1c3de2f87916daac093 /lib/arel/sql | |
parent | fc787a42c0febcee41e13d16e06b72492ab00468 (diff) | |
parent | 7fc81c8ede91b77f8da3c8dcc0380095983ad678 (diff) | |
download | rails-f3214d9ff0b7a3efb14f7e9cb93c51d3468c16d8.tar.gz rails-f3214d9ff0b7a3efb14f7e9cb93c51d3468c16d8.tar.bz2 rails-f3214d9ff0b7a3efb14f7e9cb93c51d3468c16d8.zip |
Merge pull request #81 from parndt/master
Removed lib/arel/sql/engine.rb
Diffstat (limited to 'lib/arel/sql')
-rw-r--r-- | lib/arel/sql/engine.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/arel/sql/engine.rb b/lib/arel/sql/engine.rb deleted file mode 100644 index 8917f5f294..0000000000 --- a/lib/arel/sql/engine.rb +++ /dev/null @@ -1,10 +0,0 @@ -module Arel - module Sql - class Engine - def self.new thing - #warn "#{caller.first} -- Engine will be removed" - thing - end - end - end -end |