Project

General

Profile

« Previous | Next » 

Revision f9bc5a8e

Added by Daniel Lobato Garcia over 10 years ago

fixes #3920 - prevent 500 ScopedSearch errors on the API, raise UI errors correctly

View differences:

app/controllers/smart_proxies_controller.rb
class SmartProxiesController < ApplicationController
before_filter :find_by_id, :only => [:edit, :update, :destroy, :ping, :refresh]
def index
@proxies = SmartProxy.includes(:features).paginate :page => params[:page]
end

Also available in: Unified diff