Files
grecia/db/web_sections.rb
2021-01-19 15:35:18 +01:00

6 lines
260 B
Ruby

WebSection.where(name: "homepage").first_or_create!
WebSection.where(name: "debates").first_or_create!
WebSection.where(name: "proposals").first_or_create!
WebSection.where(name: "budgets").first_or_create!
WebSection.where(name: "help_page").first_or_create!