mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
add more routes
This commit is contained in:
parent
c4224b8966
commit
283459e496
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue