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 / groups / index.api.rsb @ 1298:4f746d8966dd

History | View | Annotate | Download (219 Bytes)

1
api.array :groups do
2
  @groups.each do |group|
3
    api.group do
4
      api.id         group.id
5
      api.name       group.lastname
6

    
7
      render_api_custom_values group.visible_custom_field_values, api
8
    end
9
  end
10
end