Sha256: 6762542c47adbd1bcc9c4f4bd01fb5daa7c5ad3f1eb9e252f0b93832563c27c7
Contents?: true
Size: 245 Bytes
Versions: 26
Compression:
Stored size: 245 Bytes
Contents
require_dependency "renalware/patients" module Renalware module SideNavHelper 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
26 entries across 26 versions & 1 rubygems