Files
grecia/db/web_sections.rb
2021-01-20 17:22:08 +01:00

4 lines
126 B
Ruby

%w[homepage debates proposals budgets help_page sdg].each do |section|
WebSection.where(name: section).first_or_create!
end