????

Your IP : 3.142.83.171


Current Path : C:/inetpub/vhost/redmine/app/views/roles/
Upload File :
Current File : C:/inetpub/vhost/redmine/app/views/roles/index.api.rsb

api.array :roles do
  @roles.each do |role|
    api.role do
      api.id role.id
      api.name role.name
    end
  end
end