23 lines
654 B
YAML
23 lines
654 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: sections
|
|
#
|
|
# id :integer not null, primary key
|
|
# description :text not null
|
|
# title :text not null
|
|
# created_at :datetime not null
|
|
# updated_at :datetime not null
|
|
#
|
|
sport:
|
|
title: Sport
|
|
description: Gent is een sportieve stad, dus daarom enkele vragen daarover.
|
|
|
|
life:
|
|
title: Leven, werken en wonen
|
|
description: In Gent moet er ook geleefd worden.
|
|
|
|
politics:
|
|
title: Politiek
|
|
description: De Gentse politiek is interessanter dan de Duffelse!
|