Sha256: a68dc65b2eabba4c774604dff894b88688049e83231a4e7a129a7c85c8bf7cca

Contents?: true

Size: 266 Bytes

Versions: 29

Compression:

Stored size: 266 Bytes

Contents

module Renalware
  log "Adding HD Cannulation Types" do

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

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
renalware-core-2.0.16 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.15 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.14 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.13 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.12 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.11 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.9 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.8 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.7 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.5 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.4 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.3 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.2 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.1 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.0 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.0.pre.rc13 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.0.pre.rc11 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.0.pre.rc10 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.0.pre.rc9 db/seeds/default/hd/cannulation_types.rb
renalware-core-2.0.0.pre.rc8 db/seeds/default/hd/cannulation_types.rb