module ExampleHelper def example_format(text) "#{h(text)}".html_safe! end end