Class: Dcm4chee::Api::V1::FileSystemsController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- Dcm4chee::ApplicationController
- BaseController
- Dcm4chee::Api::V1::FileSystemsController
- Defined in:
- app/controllers/dcm4chee/api/v1/file_systems_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
List the file systems including the status of them.
Instance Method Details
#index ⇒ Object
List the file systems including the status of them.
29 30 31 32 33 |
# File 'app/controllers/dcm4chee/api/v1/file_systems_controller.rb', line 29 def index file_systems = FileSystem.online respond_with file_systems: file_systems end |