aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/autocomplete_calendars/autocomplete.rabl
blob: 3a7703c537a59e51c3f6d6f5d7ca09a465c1fe03 (plain)
1
2
3
4
5
6
collection @calendars, :object_root => false
attribute :id, :name, :short_name, :shared

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