Module: Renalware::SideNavHelper

Defined in:
app/helpers/renalware/side_nav_helper.rb

Instance Method Summary collapse

Instance Method Details

#find_user_bookmark_for_patient(patient) ⇒ Object



7
8
9
10
# File 'app/helpers/renalware/side_nav_helper.rb', line 7

def find_user_bookmark_for_patient(patient)
  user = Renalware::Patients.cast_user(current_user)
  user.bookmark_for_patient(patient)
end