dry up multi stream

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

View file

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