Sha256: 167a7f3a5fbba815db19d64b678bb0f13807aff6d5519c1bac163a8b8aa69a3c

Contents?: true

Size: 255 Bytes

Versions: 35

Compression:

Stored size: 255 Bytes

Contents

module Renalware
  log "Adding Religions" do

    file_path = File.join(File.dirname(__FILE__), "patients_religions.csv")

    CSV.foreach(file_path, headers: true) do |row|
      Patients::Religion.find_or_create_by!(name: row["name"])
    end
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc7 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.rc6 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.rc5 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.rc4 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.rc3 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.rc1 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.beta12 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.beta11 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.beta10 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.beta9 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.beta8 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.beta7 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.beta6 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.beta5 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.0.pre.beta4 db/seeds/default/patients/patients_religions.rb