remove post view counts, add search counts

This commit is contained in:
r888888888
2015-07-27 17:21:17 -07:00
parent fdc62b0e07
commit f87c71cf23
14 changed files with 93 additions and 170 deletions

View File

@@ -45,7 +45,7 @@ Rails.application.routes.draw do
resources :posts do
collection do
get :popular
get :popular_view
get :searches
get :hot
get :intro
end