2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

add more routes

This commit is contained in:
Sam 2015-06-22 09:17:06 +10:00
parent c4224b8966
commit 283459e496

View file

@ -156,7 +156,7 @@ def map_with_index(ary, &block)
end
def top(cols, aggregator, count, aggregator_formatter = nil)
sorted = aggregator.top(30, aggregator_formatter)
sorted = aggregator.top(count, aggregator_formatter)
col_just = []