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 / .svn / pristine / 65 / 65b74e35a9a66d426c65b1f9b8de763ac90e4894.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (219 Bytes)

1 1296:038ba2d95de8 Chris
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