aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/max.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-12-14 21:06:16 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-12-14 21:06:16 -0800
commit494a96542927348776e85e8ae52a01ad75ced872 (patch)
treea62f1957501d733b1d2f5369bb1d2a583c0824de /lib/arel/nodes/max.rb
parentd4bfaf2b82934e8611824c15cbf855d3d02418b5 (diff)
downloadrails-494a96542927348776e85e8ae52a01ad75ced872.tar.gz
rails-494a96542927348776e85e8ae52a01ad75ced872.tar.bz2
rails-494a96542927348776e85e8ae52a01ad75ced872.zip
cleaning up more nodes
Diffstat (limited to 'lib/arel/nodes/max.rb')
-rw-r--r--lib/arel/nodes/max.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/arel/nodes/max.rb b/lib/arel/nodes/max.rb
deleted file mode 100644
index 5af611b0d6..0000000000
--- a/lib/arel/nodes/max.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Arel
- module Nodes
- class Max < Arel::Nodes::Function
- end
- end
-end