Class: Lab::ReasonsForTestController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Lab::ReasonsForTestController
- Defined in:
- app/controllers/lab/reasons_for_test_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/lab/reasons_for_test_controller.rb', line 5 def index render json: ConceptsService.reasons_for_test end |