Module: RedmineWithGit::Patches::RedmineGitHosting::GitoliteHookPatch
- Defined in:
- lib/redmine_with_git/patches/redmine_git_hosting/gitolite_hook_patch.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
11 12 13 |
# File 'lib/redmine_with_git/patches/redmine_git_hosting/gitolite_hook_patch.rb', line 11 def self.included(base) base.prepend(InstanceMethods) end |