Sha256: 4d92e595b84922545d6d52b094735e60ef9e196a585556c131506b15be5968a5

Contents?: true

Size: 274 Bytes

Versions: 30

Compression:

Stored size: 274 Bytes

Contents

module Renalware
  log "Adding Languages" do

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

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

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc7 db/seeds/default/patients/patients_languages.rb
renalware-core-2.0.0.pre.rc6 db/seeds/default/patients/patients_languages.rb
renalware-core-2.0.0.pre.rc5 db/seeds/default/patients/patients_languages.rb
renalware-core-2.0.0.pre.rc4 db/seeds/default/patients/patients_languages.rb
renalware-core-2.0.0.pre.rc3 db/seeds/default/patients/patients_languages.rb
renalware-core-2.0.0.pre.rc1 db/seeds/default/patients/patients_languages.rb
renalware-core-2.0.0.pre.beta12 db/seeds/default/patients/patients_languages.rb
renalware-core-2.0.0.pre.beta11 db/seeds/default/patients/patients_languages.rb
renalware-core-2.0.0.pre.beta10 db/seeds/default/patients/patients_languages.rb
renalware-core-2.0.0.pre.beta9 db/seeds/default/patients/patients_languages.rb