Sha256: 68d4b51ee63de7c8aaad9dab42a9e71e267a7cb611834770f1340411d09cc29e
Contents?: true
Size: 353 Bytes
Versions: 9
Compression:
Stored size: 353 Bytes
Contents
require_dependency "renalware/patients" module Renalware module SideNavHelper def display_pd_menu?(patient) true end def display_hd_menu?(patient) true end def find_user_bookmark_for_patient(patient) user = Renalware::Patients.cast_user(current_user) user.bookmark_for_patient(patient) end end end
Version data entries
9 entries across 9 versions & 1 rubygems