Class: Renalware::LowClearance::DashboardPresenter

Inherits:
Object
  • Object
show all
Defined in:
app/presenters/renalware/low_clearance/dashboard_presenter.rb

Instance Method Summary collapse

Instance Method Details

#profileObject



11
12
13
# File 'app/presenters/renalware/low_clearance/dashboard_presenter.rb', line 11

def profile
  patient.profile || patient.build_profile
end

#profile_policyObject



15
16
17
# File 'app/presenters/renalware/low_clearance/dashboard_presenter.rb', line 15

def profile_policy
  Pundit.policy!(user, profile)
end