summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-05-21 08:28:32 +0000
committerGo MAEDA <maeda@farend.jp>2019-05-21 08:28:32 +0000
commitff458df977b95adb882263a21d5359aff1a34327 (patch)
treeddc25b738ea2bad2f2a78e22c902815fbe12ba16 /lib/redmine.rb
parent1f3a4566f485f21422289598a35bf982d880145d (diff)
downloadredmine-ff458df977b95adb882263a21d5359aff1a34327.tar.gz
redmine-ff458df977b95adb882263a21d5359aff1a34327.zip
Fix an error "uninitialized constant Redmine::ProjectJumpBox" in the production environment (#31355).
git-svn-id: http://svn.redmine.org/redmine/trunk@18183 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine.rb')
-rw-r--r--lib/redmine.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
index 805418d3d..7c06ac344 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -43,6 +43,7 @@ require 'redmine/field_format'
require 'redmine/menu_manager'
require 'redmine/notifiable'
require 'redmine/platform'
+require 'redmine/project_jump_box'
require 'redmine/mime_type'
require 'redmine/search'
require 'redmine/syntax_highlighting'