Commit a6c6a9d
Changed files (1)
bin
bin/community
@@ -192,7 +192,7 @@ class Census
end
def each
- CSV.foreach("data/Census_by_Community_2019_20240524.csv", headers: true) do |row|
+ CSV.foreach(@path, headers: true) do |row|
yield Community.new(row)
end
end