Skip to content

Commit 417a78a

Browse files
committed
Fixed NoMethodError on Redmine4.2 env
1 parent 8cd74be commit 417a78a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
RedmineGtt.setup_controller_patches
6666
end
6767
else
68+
require 'redmine_gtt'
6869
# Configure View Overrides
6970
Rails.application.paths["app/overrides"] ||= []
7071
Rails.application.paths["app/overrides"] << File.expand_path("../app/overrides", __FILE__)

0 commit comments

Comments
 (0)