]> git.openstreetmap.org Git - rails.git/blob - app/helpers/application_helper.rb
migration 013 removes tags from nodes and old nodes tables/ 014 does not do anything atm
[rails.git] / app / helpers / application_helper.rb
1 module ApplicationHelper
2   def htmlize(text)
3     return sanitize(auto_link(simple_format(text), :urls))
4   end
5 end