diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-01-03 10:31:58 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-01-03 10:31:58 -0800 |
commit | 4c83fa0b0d20306c47669395c916c8df195e104c (patch) | |
tree | b6da7b0d152073776e8746f5a4209e872c2cebbd /lib/arel/nodes | |
parent | d4259c5ce2f6b05226a8b934537678ade1606e97 (diff) | |
download | rails-4c83fa0b0d20306c47669395c916c8df195e104c.tar.gz rails-4c83fa0b0d20306c47669395c916c8df195e104c.tar.bz2 rails-4c83fa0b0d20306c47669395c916c8df195e104c.zip |
limit and top files are not needed
Diffstat (limited to 'lib/arel/nodes')
-rw-r--r-- | lib/arel/nodes/limit.rb | 7 | ||||
-rw-r--r-- | lib/arel/nodes/top.rb | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/lib/arel/nodes/limit.rb b/lib/arel/nodes/limit.rb deleted file mode 100644 index 68ea95daf5..0000000000 --- a/lib/arel/nodes/limit.rb +++ /dev/null @@ -1,7 +0,0 @@ -module Arel - module Nodes - class Limit < Arel::Nodes::Unary - end - end -end - diff --git a/lib/arel/nodes/top.rb b/lib/arel/nodes/top.rb deleted file mode 100644 index 56e2e97e8d..0000000000 --- a/lib/arel/nodes/top.rb +++ /dev/null @@ -1,6 +0,0 @@ -module Arel - module Nodes - class Top < Arel::Nodes::Unary - end - end -end |