Redmine 2.x support - Initial work

This commit is contained in:
Davis Zanetti Cabral
2012-10-23 02:26:09 -02:00
parent f42b419bf3
commit bc56e88e35
5 changed files with 31 additions and 41 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
require 'redmine'
# Patches to the Redmine core
require 'dispatcher'
Dispatcher.to_prepare :redmine_rate do
ActionDispatch::Callbacks.to_prepare do
gem 'lockfile'
require_dependency 'application_controller'