fixes #2454: Add a new popular posts page for view counts

This commit is contained in:
r888888888
2015-07-24 15:55:24 -07:00
parent cb57b08d54
commit cc6da3ff89
8 changed files with 145 additions and 3 deletions

View File

@@ -42,9 +42,10 @@ Rails.application.routes.draw do
end
end
namespace :explore do
resources :posts, :only => [:popular, :hot] do
resources :posts do
collection do
get :popular
get :popular_view
get :hot
get :intro
end