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.74 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.73 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.72 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.71 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.70 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.69 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.68 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.67 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.64 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.63 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.62 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.61 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.60 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.58 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.57 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.56 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.55 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.54 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.53 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.52 db/seeds/default/patients/patients_religions.rb