To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / roles / index.api.rsb @ 1591:63650ae64bf2

History | View | Annotate | Download (124 Bytes)

1
api.array :roles do
2
  @roles.each do |role|
3
    api.role do
4
      api.id role.id
5
      api.name role.name
6
    end
7
  end
8
end