Add curated posts page.
Add a curated posts page at /explore/posts/curated. Curated posts are the most favorited posts by contributor-level users (users with unlimited upload permissions). Also add an order:curated tag using for use in regular searches.
This commit is contained in:
@@ -43,6 +43,7 @@ Rails.application.routes.draw do
|
||||
resources :posts, :only => [] do
|
||||
collection do
|
||||
get :popular
|
||||
get :curated
|
||||
get :viewed
|
||||
get :searches
|
||||
get :missed_searches
|
||||
|
||||
Reference in New Issue
Block a user