1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

removing duplicate code

This commit is contained in:
Aaron Patterson 2010-09-23 15:27:17 -07:00
parent 80ad95bae4
commit 871c9ebde1

View file

@ -44,9 +44,5 @@ module Arel
end end
self self
end end
def to_sql
visitor.accept @head
end
end end
end end