Server side support for custom ordering of topics

This commit is contained in:
Robin Ward
2013-11-13 14:17:06 -05:00
parent 7207cef7aa
commit bda5a72c6a
8 changed files with 156 additions and 25 deletions

View File

@ -142,7 +142,7 @@ class ListController < ApplicationController
exclude_category: (params[:exclude_category] || menu_item.try(:filter)),
category: params[:category],
sort_order: params[:sort_order],
sort_descending: params[:sort_order]
sort_descending: params[:sort_descending]
}
end