Skip to content

Commit

Permalink
Remove unused filter from ProjectsController
Browse files Browse the repository at this point in the history
Neither controller nor any of it's descendants have those actions.
  • Loading branch information
cirosantilli committed Oct 13, 2014
1 parent e261de2 commit a22d4ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/projects_controller.rb
Expand Up @@ -6,7 +6,6 @@ class ProjectsController < ApplicationController
# Authorize
before_filter :authorize_read_project!, except: [:index, :new, :create]
before_filter :authorize_admin_project!, only: [:edit, :update, :destroy, :transfer, :archive, :unarchive, :retry_import]
before_filter :require_non_empty_project, only: [:blob, :tree, :graph]

layout 'navless', only: [:new, :create, :fork]
before_filter :set_title, only: [:new, :create]
Expand Down

0 comments on commit a22d4ce

Please sign in to comment.