remove commented out Rails2 including from lib/redmine/hook.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9657 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ddfb2315aa
commit
0ba0a7bcc9
|
@ -17,8 +17,6 @@
|
|||
|
||||
module Redmine
|
||||
module Hook
|
||||
#include ActionController::UrlWriter
|
||||
|
||||
@@listener_classes = []
|
||||
@@listeners = nil
|
||||
@@hook_listeners = {}
|
||||
|
@ -88,7 +86,6 @@ module Redmine
|
|||
include ActionView::Helpers::FormTagHelper
|
||||
include ActionView::Helpers::FormOptionsHelper
|
||||
include ActionView::Helpers::JavaScriptHelper
|
||||
#include ActionView::Helpers::PrototypeHelper
|
||||
include ActionView::Helpers::NumberHelper
|
||||
include ActionView::Helpers::UrlHelper
|
||||
include ActionView::Helpers::AssetTagHelper
|
||||
|
|
Loading…
Reference in New Issue