To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / trackers / index.api.rsb @ 1298:4f746d8966dd

History | View | Annotate | Download (142 Bytes)

1
api.array :trackers do
2
  @trackers.each do |tracker|
3
    api.tracker do
4
      api.id tracker.id
5
      api.name tracker.name
6
    end
7
  end
8
end