aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/helpers/example_helper.rb
blob: f6a6a49cedf72cd4717a5ba07e7a91e2c3044e08 (plain) (blame)
1
2
3
4
5
module ExampleHelper
  def example_format(text)
    "<em><strong><small>#{h(text)}</small></strong></em>".html_safe!
  end
end