Extracted from the official United Nations Sustainable Development Goals website [1]. [1] https://www.un.org/sustainabledevelopment/sustainable-development-goals/
4 lines
74 B
Ruby
4 lines
74 B
Ruby
(1..17).each do |code|
|
|
SDG::Goal.where(code: code).first_or_create!
|
|
end
|