tracks/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb
2009-12-07 12:42:42 -05:00

5 lines
127 B
Ruby

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