build list page: fix get last build lists

This commit is contained in:
Alexander Machehin 2015-04-23 11:39:39 +05:00
parent 8abafb4b1d
commit 344e938400
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ class Projects::BuildListsController < Projects::BaseController
include FileStoreHelper
include BuildListsHelper
NESTED_ACTIONS = [:index, :new, :create]
NESTED_ACTIONS = [:index, :new, :create, :list]
before_action :authenticate_user!
skip_before_action :authenticate_user!, only: [:show, :index, :log] if APP_CONFIG['anonymous_access']