Class: Renalware::Pathology::ChartsController
- Inherits:
-
BaseController
- Object
- ApplicationController
- ApplicationController
- BaseController
- BaseController
- Renalware::Pathology::ChartsController
- Defined in:
- app/controllers/renalware/pathology/charts_controller.rb
Instance Method Summary collapse
-
#show ⇒ Object
Returns HTML rendered by a view component for pulling into say a modal dialog.
Methods inherited from BaseController
Instance Method Details
#show ⇒ Object
Returns HTML rendered by a view component for pulling into say a modal dialog
9 10 11 12 13 14 15 16 17 18 |
# File 'app/controllers/renalware/pathology/charts_controller.rb', line 9 def show Patient, :show? render( locals: { patient: patient, observation_description: ObservationDescription.find(params[:id]) }, layout: false ) end |