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



12
13
14
# File 'lib/redmine_with_git/patches/redmine_git_hosting/gitolite_hook_patch.rb', line 12

def self.included(base)
  base.prepend(InstanceMethods)
end