Skip to content

Commit

Permalink
added authorize
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeks committed Nov 28, 2011
1 parent 6fd37a2 commit 0095db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/activities_controller.rb
@@ -1,6 +1,6 @@
class ActivitiesController < ApplicationController
menu_item :activity
before_filter :find_optional_project, :authorize
before_filter :authorize, :find_optional_project
accept_key_auth :index

def index
Expand Down

0 comments on commit 0095db8

Please sign in to comment.