##// END OF EJS Templates
Merged r3777 from trunk....
Eric Davis -
r3666:90e23e4d5d55
parent child
Show More
@@ -27,7 +27,7 class ProjectsController < ApplicationController
27 27 before_filter :authorize, :except => [ :index, :list, :add, :copy, :archive, :unarchive, :destroy, :activity ]
28 28 before_filter :authorize_global, :only => :add
29 29 before_filter :require_admin, :only => [ :copy, :archive, :unarchive, :destroy ]
30 accept_key_auth :activity
30 accept_key_auth :activity, :index
31 31
32 32 after_filter :only => [:add, :edit, :archive, :unarchive, :destroy] do |controller|
33 33 if controller.request.post?
General Comments 0
You need to be logged in to leave comments. Login now