tracks/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb
2011-02-04 17:11:33 +01:00

5 lines
126 B
Ruby

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