2016-04-12 12 views

cevap

4

nil bu deneyin:

scope :undeleted_prescriptions, -> { includes(:patient_prescriptions).where(patient_prescriptions: { is_deleted: [false,nil] })} 
İlgili konular