Skip to content

Instantly share code, notes, and snippets.

@meineerde
Created May 3, 2010 13:17
Show Gist options
  • Save meineerde/388075 to your computer and use it in GitHub Desktop.
Save meineerde/388075 to your computer and use it in GitHub Desktop.
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