Class: Renalware::LowClearance::DashboardPresenter
- Inherits:
-
Object
- Object
- Renalware::LowClearance::DashboardPresenter
- Defined in:
- app/presenters/renalware/low_clearance/dashboard_presenter.rb
Instance Method Summary collapse
Instance Method Details
#profile ⇒ Object
11 12 13 |
# File 'app/presenters/renalware/low_clearance/dashboard_presenter.rb', line 11 def profile patient.profile || patient.build_profile end |
#profile_policy ⇒ Object
15 16 17 |
# File 'app/presenters/renalware/low_clearance/dashboard_presenter.rb', line 15 def profile_policy Pundit.policy!(user, profile) end |