Mercurial > hg > soundsoftware-site
view app/views/trackers/index.api.rsb @ 1477:f2ad2199b49a bibplugin_integration
Close obsolete branch bibplugin_integration
author | Chris Cannam |
---|---|
date | Fri, 30 Nov 2012 14:41:31 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
api.array :trackers do @trackers.each do |tracker| api.tracker do api.id tracker.id api.name tracker.name end end end