class Wco::Api::LeadsController

def index_hash

def index_hash
  authorize! :index, Wco::Lead
  @leads = Wco::Lead.find( params[:lead_ids].split(',') )
end