aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/autocomplete_timebands/index.rabl
blob: 663b0928592667fcc2343dd89c7b37ba089c97fc (plain)
1
2
3
4
5
6
7
8
collection @timebands

node do |timeband|
  {
    id: timeband.id,
    name: timeband.fullname
  }
end