Mercurial > hg > soundsoftware-site
comparison plugins/redmine_bibliography/lib/bibliography/projects_helper_patch.rb @ 1484:51364c0cd58f redmine-2.4-integration
Merge from live branch. Still need to merge manually in files overridden by plugins.
author | Chris Cannam |
---|---|
date | Wed, 15 Jan 2014 09:59:14 +0000 |
parents | b4b72f1eb644 |
children |
comparison
equal
deleted
inserted
replaced
1464:261b3d9a4903 | 1484:51364c0cd58f |
---|---|
1 module Bibliography | |
2 module ProjectsHelperPatch | |
3 | |
4 def self.included(base) # :nodoc: | |
5 base.send(:include, InstanceMethods) | |
6 base.send(:include, PublicationsHelper) | |
7 | |
8 base.class_eval do | |
9 unloadable | |
10 end | |
11 end | |
12 | |
13 module InstanceMethods | |
14 end | |
15 end | |
16 end | |
17 |