Skip to content

Commit

Permalink
Include Cartagena
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Blat committed Sep 30, 2015
1 parent 6b6aaa0 commit 83a8195
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/presupuestos_municipales/export.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
['Gijón', 'Órgiva', 'Santiago de Compostela', 'Ciempozuelos', 'Madrid'].each do |name|
['Gijón', 'Órgiva', 'Santiago de Compostela', 'Ciempozuelos', 'Madrid', 'Cartagena'].each do |name|
file = PresupuestosMunicipales::DataExport.new(INE::Place.find_by_name(name)).export
puts file
end


0 comments on commit 83a8195

Please sign in to comment.