Created
May 3, 2010 13:17
-
-
Save meineerde/388075 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'redmine' | |
require 'dispatcher' | |
Dispatcher.to_prepare do | |
# Patches | |
require_dependency 'query_patch' | |
end | |
Redmine::Plugin.register :redmine_my_plugin do | |
... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment