Class: Lab::TestMethodsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Lab::TestMethodsController
- Defined in:
- app/controllers/lab/test_methods_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/lab/test_methods_controller.rb', line 5 def index render json: ConceptsService.test_methods(params.require(:nlims_code)) end |