annotate .svn/pristine/8b/8b4f5e74a10f8a0926d8a97404f0df2441b42b2c.svn-base @ 1414:07444815c0bd biblio_alt_search_auth

added a mail getter for the Author model
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 01 Oct 2013 14:39:12 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 api.array :trackers do
Chris@909 2 @trackers.each do |tracker|
Chris@909 3 api.tracker do
Chris@909 4 api.id tracker.id
Chris@909 5 api.name tracker.name
Chris@909 6 end
Chris@909 7 end
Chris@909 8 end