Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/lib/bibliography/projects_helper_patch.rb @ 1199:bae194c52296 live
Merge from branch cannam
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 23 Jan 2013 11:10:20 +0000 |
parents | 858f042e8d11 |
children |
line wrap: on
line source
module Bibliography module ProjectsHelperPatch def self.included(base) # :nodoc: base.send(:include, InstanceMethods) base.send(:include, PublicationsHelper) base.class_eval do unloadable end end module InstanceMethods end end end