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