afimb/chouette2

View on GitHub
app/views/autocomplete_timebands/index.rabl

Summary

Maintainability
Test Coverage
collection @timebands

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