これが私のモデルです:
忍耐強い:
has_many :patient_records
PatientRecord:
belongs_to :patient
has_many :progress_reports
経過報告:
has_one :patient_record
私が作成しようとしているクエリは、progress_reportsが現在から7日以上経過しているすべての患者を取得することです(progress_reportsのdate_of_report列を使用)。レンガの壁にぶつかったほど長い間。