Removed unused controllers actions / routes (#3206).

This commit is contained in:
evazion
2017-07-07 15:38:06 -05:00
parent d786fc7a55
commit 0c79d2f09e
4 changed files with 0 additions and 13 deletions

View File

@@ -28,9 +28,6 @@ class PoolsController < ApplicationController
@post_set = PostSets::PoolGallery.new(@pools)
end
def search
end
def show
@pool = Pool.find(params[:id])
@post_set = PostSets::Pool.new(@pool, params[:page])