Class: Kms::ResourcesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/kms/resources_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#set_csrf_cookie_for_ng

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/kms/resources_controller.rb', line 5

def index
  render json: ResourceService.external_resources_hash.to_json
end