@@ -23,6 +23,7 class Unauthorized < Exception; end | |||
|
23 | 23 | class ApplicationController < ActionController::Base |
|
24 | 24 | include Redmine::I18n |
|
25 | 25 | include Redmine::Pagination |
|
26 | include Redmine::Hook::Helper | |
|
26 | 27 | include RoutesHelper |
|
27 | 28 | helper :routes |
|
28 | 29 |
@@ -26,6 +26,7 module ApplicationHelper | |||
|
26 | 26 | include GravatarHelper::PublicMethods |
|
27 | 27 | include Redmine::Pagination::Helper |
|
28 | 28 | include Redmine::SudoMode::Helper |
|
29 | include Redmine::Hook::Helper | |
|
29 | 30 | |
|
30 | 31 | extend Forwardable |
|
31 | 32 | def_delegators :wiki_helper, :wikitoolbar_for, :heads_for_wiki_formatter |
General Comments 0
You need to be logged in to leave comments.
Login now