To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 21 / 21c6ca4067389a6f9db56bd1c0d0ecf126188c0b.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (463 Bytes)
| 1 | 1296:038ba2d95de8 | Chris | api.version do |
|---|---|---|---|
| 2 | api.id @version.id |
||
| 3 | api.project(:id => @version.project_id, :name => @version.project.name) unless @version.project.nil? |
||
| 4 | |||
| 5 | api.name @version.name |
||
| 6 | api.description @version.description |
||
| 7 | api.status @version.status |
||
| 8 | api.due_date @version.effective_date |
||
| 9 | api.sharing @version.sharing |
||
| 10 | |||
| 11 | render_api_custom_values @version.custom_field_values, api |
||
| 12 | |||
| 13 | api.created_on @version.created_on |
||
| 14 | api.updated_on @version.updated_on |
||
| 15 | end |