Class: Renalware::Patients::User

Inherits:
Object
  • Object
show all
Defined in:
app/models/renalware/patients/user.rb

Instance Method Summary collapse

Instance Method Details

#bookmark_for_patient(patient) ⇒ Object



9
10
11
# File 'app/models/renalware/patients/user.rb', line 9

def bookmark_for_patient(patient)
  bookmarks.find_by(patient: patient)
end