Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
complete db inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuele committed May 27, 2021
1 parent b898766 commit bb10f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
EXTERNAL_COMPLETE_DB = 'http://ufq.unq.edu.ar/codnasq/dbqcomplete.csv'.freeze
EXTERNAL_MINI_DB = 'http://ufq.unq.edu.ar/codnasq/dbqmini.csv'.freeze

external_csv_to_import = LOCAL_MINI_DB
external_csv_to_import = EXTERNAL_COMPLETE_DB


puts("Amount of Cluster: #{Cluster.count}")
Expand Down

0 comments on commit bb10f12

Please sign in to comment.