dry up multi stream
This commit is contained in:
parent
5baaa6dae2
commit
abd211ba72
1 changed files with 1 additions and 0 deletions
|
|
@ -117,4 +117,5 @@ 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue