Merged r8880 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.3-stable@9116 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-03-05 13:05:31 +00:00
parent f587807f6b
commit 4cf38052c2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class VersionsController < ApplicationController
before_filter :find_project, :only => [:index, :new, :create, :close_completed]
before_filter :authorize
accept_api_auth :index, :create, :update, :destroy
accept_api_auth :index, :show, :create, :update, :destroy
helper :custom_fields
helper :projects