Removed unused controller code
This commit is contained in:
@@ -15,7 +15,6 @@ class BulkUpdateRequestsController < ApplicationController
|
||||
end
|
||||
|
||||
def show
|
||||
@bulk_update_request = BulkUpdateRequest.find(params[:id])
|
||||
respond_with(@bulk_update_request)
|
||||
end
|
||||
|
||||
|
||||
@@ -4,10 +4,6 @@ class PoolVersionsController < ApplicationController
|
||||
around_action :set_timeout
|
||||
|
||||
def index
|
||||
if params[:search] && params[:search][:pool_id].present?
|
||||
@pool = Pool.find(params[:search][:pool_id])
|
||||
end
|
||||
|
||||
@pool_versions = PoolArchive.paginated_search(params).includes(model_includes(params))
|
||||
respond_with(@pool_versions)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user