##// END OF EJS Templates
Don't include unused helper modules....
Jean-Philippe Lang -
r13619:efbbabe620b7
parent child
Show More
@@ -31,22 +31,15 class IssuesController < ApplicationController
31 31
32 32 helper :journals
33 33 helper :projects
34 include ProjectsHelper
35 34 helper :custom_fields
36 include CustomFieldsHelper
37 35 helper :issue_relations
38 include IssueRelationsHelper
39 36 helper :watchers
40 include WatchersHelper
41 37 helper :attachments
42 include AttachmentsHelper
43 38 helper :queries
44 39 include QueriesHelper
45 40 helper :repositories
46 include RepositoriesHelper
47 41 helper :sort
48 42 include SortHelper
49 include IssuesHelper
50 43 helper :timelog
51 44
52 45 def index
General Comments 0
You need to be logged in to leave comments. Login now