Mercurial > hg > soundsoftware-site
comparison plugins/redmine_bibliography/lib/bibliography/projects_helper_patch.rb @ 1337:077b8890835a cannam
Merge from live branch
author | Chris Cannam |
---|---|
date | Thu, 20 Jun 2013 13:14:02 +0100 |
parents | b4b72f1eb644 |
children |
comparison
equal
deleted
inserted
replaced
1304:6137548ba453 | 1337:077b8890835a |
---|---|
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 |