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

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