annotate vendor/plugins/engines/test/app/helpers/mail_helper.rb @ 1477:f2ad2199b49a bibplugin_integration

Close obsolete branch bibplugin_integration
author Chris Cannam
date Fri, 30 Nov 2012 14:41:31 +0000
parents 513646585e45
children
rev   line source
Chris@0 1 module MailHelper
Chris@0 2 def do_something_helpful(var)
Chris@0 3 var.to_s.reverse
Chris@0 4 end
Chris@0 5 end