issue #124
This commit is contained in:
parent
4e063deaa9
commit
a9d224d36d
3 changed files with 8 additions and 1 deletions
|
@ -6,6 +6,7 @@ class CommitsController < ApplicationController
|
|||
# Authorize
|
||||
before_filter :add_project_abilities
|
||||
before_filter :authorize_read_project!
|
||||
before_filter :require_non_empty_project
|
||||
|
||||
def index
|
||||
load_refs # load @branch, @tag & @ref
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue