From 5092d80950a014da73a69c46784de2602a50c469 Mon Sep 17 00:00:00 2001 From: Niremizov Date: Fri, 12 May 2017 16:04:52 +0300 Subject: [PATCH] Fixed project_patch overriding by over plugins. --- init.rb | 2 +- lib/{project_patch.rb => hipchat_project_patch.rb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{project_patch.rb => hipchat_project_patch.rb} (100%) diff --git a/init.rb b/init.rb index eaf0848..82d238b 100644 --- a/init.rb +++ b/init.rb @@ -9,7 +9,7 @@ Rails.configuration.to_prepare do require_dependency 'hipchat_hooks' require_dependency 'hipchat_view_hooks' - require_dependency 'project_patch' + require_dependency 'hipchat_project_patch' Project.send(:include, RedmineHipchat::Patches::ProjectPatch) end diff --git a/lib/project_patch.rb b/lib/hipchat_project_patch.rb similarity index 100% rename from lib/project_patch.rb rename to lib/hipchat_project_patch.rb