]> source.dussan.org Git - redmine.git/commit
Adds a simple API for listing roles (#9725).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 6 Feb 2012 10:06:32 +0000 (10:06 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 6 Feb 2012 10:06:32 +0000 (10:06 +0000)
commitbe246de16121b2c4751a8f6bfa8b0eedec767b56
tree35ed59874026b66a786a45cd154a8c6838cc5706
parentc5665276b7a465f29230341f8800af4f77b3c141
Adds a simple API for listing roles (#9725).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8799 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/roles_controller.rb
app/views/roles/index.api.rsb [new file with mode: 0644]
test/integration/api_test/roles_test.rb [new file with mode: 0644]
test/integration/routing/roles_test.rb