Class: ForemanHdm::KeysController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ForemanHdm::KeysController
- Defined in:
- app/controllers/foreman_hdm/keys_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/foreman_hdm/keys_controller.rb', line 5 def index render json: proxy.keys(@host) end |
#show ⇒ Object
9 10 11 |
# File 'app/controllers/foreman_hdm/keys_controller.rb', line 9 def show render json: proxy.key(@host, params[:id]) end |