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