annotate app/views/roles/index.api.rsb @ 1272:248631c56bda redmine-2.2-integration

Changed error_mesages method.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 11 Apr 2013 15:38:00 +0100
parents 433d4f72a19b
children
rev   line source
Chris@1115 1 api.array :roles do
Chris@1115 2 @roles.each do |role|
Chris@1115 3 api.role do
Chris@1115 4 api.id role.id
Chris@1115 5 api.name role.name
Chris@1115 6 end
Chris@1115 7 end
Chris@1115 8 end