Sha256: 4f42303c09c1d6161be70c90aaf663e26083af33bdef252a8429e2b8f8f63e8f
Contents?: true
Size: 247 Bytes
Versions: 11
Compression:
Stored size: 247 Bytes
Contents
FactoryBot.define do factory :research_study_participant, class: "Renalware::Research::StudyParticipant" do association :study, factory: :research_study association :patient, factory: :patient joined_on { Time.zone.today } end end
Version data entries
11 entries across 11 versions & 1 rubygems