Class: EspAuth::UsersController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- EspAuth::UsersController
- Defined in:
- app/controllers/esp_auth/users_controller.rb
Instance Method Summary collapse
Instance Method Details
#search ⇒ Object
8 9 10 |
# File 'app/controllers/esp_auth/users_controller.rb', line 8 def search render :json => JSON.parse(Curl::Easy.http_get("#{Settings['sso.url']}/users.json?user_search[keywords]=#{URI.escape(params[:term])}").body_str) and return end |