Files
nairobi/db/sdg.rb
Senén Rodero Rodríguez cbe84450ac Add Goals seeds and translations
Extracted from the official United Nations Sustainable Development
Goals website [1].

[1] https://www.un.org/sustainabledevelopment/sustainable-development-goals/
2020-12-02 12:38:03 +01:00

4 lines
74 B
Ruby

(1..17).each do |code|
SDG::Goal.where(code: code).first_or_create!
end