Sha256: a3fb53060aa3dbbe13103ddf35dfbf79a3659aedd014168e2719e855a18283fc
Contents?: true
Size: 276 Bytes
Versions: 142
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true 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
142 entries across 142 versions & 1 rubygems