dry up multi stream

This commit is contained in:
Maxwell Salzberg 2011-11-04 18:10:20 -07:00
parent abd211ba72
commit dfd1286521

View file

@ -117,5 +117,4 @@ class Stream::Multi < Stream::Base
def ids(query) def ids(query)
Post.connection.select_values(query.for_a_stream(max_time, order).select('posts.id').to_sql) Post.connection.select_values(query.for_a_stream(max_time, order).select('posts.id').to_sql)
end end
end end