Removed unused controllers actions / routes (#3206).
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user