Class: Kms::ResourcesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Kms::ResourcesController
- Defined in:
- app/controllers/kms/resources_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/kms/resources_controller.rb', line 5 def index render json: ResourceService.external_resources_hash.to_json end |