posts_controller.rb: remove unused /posts/home action.

Unused since a4911e3.
This commit is contained in:
evazion
2017-02-05 18:23:47 -06:00
parent 7e1f63de6a
commit 23038de470
2 changed files with 0 additions and 9 deletions

View File

@@ -196,7 +196,6 @@ Rails.application.routes.draw do
end
resource :votes, :controller => "post_votes", :only => [:create, :destroy]
collection do
get :home
get :random
end
member do