[#398] Remove helpers from IssuesController
This commit is contained in:
parent
713d0aea8c
commit
c034d5e548
|
@ -27,9 +27,7 @@ class IssuesController < ApplicationController
|
||||||
|
|
||||||
rescue_from Query::StatementInvalid, :with => :query_statement_invalid
|
rescue_from Query::StatementInvalid, :with => :query_statement_invalid
|
||||||
|
|
||||||
helper :journals
|
|
||||||
include JournalsHelper
|
include JournalsHelper
|
||||||
helper :projects
|
|
||||||
include ProjectsHelper
|
include ProjectsHelper
|
||||||
include CustomFieldsHelper
|
include CustomFieldsHelper
|
||||||
include IssueRelationsHelper
|
include IssueRelationsHelper
|
||||||
|
|
Loading…
Reference in New Issue