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.94 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.93 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.92 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.91 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.90 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.89 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.88 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.87 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.86 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.85 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.84 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.83 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.82 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.81 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.80 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.79 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.78 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.77 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.76 db/seeds/default/patients/patients_religions.rb
renalware-core-2.0.75 db/seeds/default/patients/patients_religions.rb