Mercurial > hg > soundsoftware-site
view app/views/queries/index.api.rsb @ 929:5f33065ddc4b redmine-1.3
Update to Redmine SVN rev 9414 on 1.3-stable branch
author | Chris Cannam |
---|---|
date | Wed, 27 Jun 2012 14:54:18 +0100 |
parents | cbb26bc654de |
children | 261b3d9a4903 |
line wrap: on
line source
api.array :queries, api_meta(:total_count => @query_count, :offset => @offset, :limit => @limit) do @queries.each do |query| api.query do api.id query.id api.name query.name api.is_public query.is_public api.project_id query.project_id end end end