Class: Lab::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Lab::ApplicationController
- Defined in:
- app/controllers/lab/application_controller.rb
Direct Known Subclasses
LabelsController, OrdersController, ReasonsForTestController, ResultsController, SpecimenTypesController, TestResultIndicatorsController, TestTypesController, TestsController
Instance Method Summary collapse
Instance Method Details
#permit_parameters ⇒ Object
7 8 9 |
# File 'app/controllers/lab/application_controller.rb', line 7 def permit_parameters params.permit! end |