Mercurial > hg > soundsoftware-site
diff vendor/plugins/redmine_bibliography/app/helpers/publications_helper.rb @ 385:a6f8c0584a92 feature_36
using new bibtex parsing plugin; implementing multipage create bibtex form
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 05 Apr 2011 18:31:02 +0100 |
parents | 4be6b16bc6f9 |
children | 8a105a53b8f4 |
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/app/helpers/publications_helper.rb Mon Apr 04 17:20:17 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/helpers/publications_helper.rb Tue Apr 05 18:31:02 2011 +0100 @@ -1,6 +1,7 @@ -require 'rubygems' +# require 'rubygems' require 'bibtex' + module PublicationsHelper end