af83/chouette-core

View on GitHub
app/views/autocomplete_calendars/autocomplete.rabl

Summary

Maintainability
Test Coverage
collection @calendars, :object_root => false
attribute :id, :name, :shared

node :text do |cal|
  "<strong>" + cal.name + " - " + cal.id.to_s + "</strong>"
end