Sha256: 9281f99a11c7fe46f7eaaf377bbb517f2f861546a5c8e2a18a6d9e797c82deff

Contents?: true

Size: 286 Bytes

Versions: 112

Compression:

Stored size: 286 Bytes

Contents

# frozen_string_literal: true

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

112 entries across 112 versions & 1 rubygems

Version Path
renalware-core-2.0.137 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.136 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.135 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.134 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.133 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.132 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.131 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.130 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.129 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.128 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.127 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.126 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.125 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.124 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.123 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.121 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.120 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.119 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.118 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.117 db/seeds/default/patients/patients_religions.rb