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

not implementing to_a yet

This commit is contained in:
Aaron Patterson 2010-08-23 16:07:32 -07:00
parent f2144229f5
commit f4194815e6

View file

@ -50,5 +50,9 @@ module Arel
def joins manager
manager.join_sql
end
def to_a
raise NotImplementedError
end
end
end