instiki/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb
2010-05-25 12:45:45 -05:00

6 lines
126 B
Ruby

module ExampleHelper
def example_format(text)
"<em><strong><small>#{h(text)}</small></strong></em>".html_safe
end
end