]> git.openstreetmap.org Git - rails.git/blob - app/helpers/notifier_helper.rb
4b2cd2a06d924689d354d886c56306425d870123
[rails.git] / app / helpers / notifier_helper.rb
1 module NotifierHelper
2   def fp(text)
3     format_paragraph(text, 72, 0)
4   end
5 end