Update customers_controller.rb

This commit is contained in:
2016-09-02 11:20:31 -04:00
committed by GitHub
parent 5303b3dfef
commit 9edfcecdaa

View File

@@ -13,6 +13,18 @@ class CustomersController < ApplicationController
unloadable unloadable
include AuthHelper include AuthHelper
helper :journals
helper :projects
helper :custom_fields
helper :issue_relations
helper :watchers
helper :attachments
helper :queries
include QueriesHelper
helper :repositories
helper :sort
include SortHelper
helper :timelog
before_filter :require_user, :except => :view before_filter :require_user, :except => :view
skip_before_filter :verify_authenticity_token, :check_if_login_required, :only => [:view] skip_before_filter :verify_authenticity_token, :check_if_login_required, :only => [:view]