tracks/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb
2008-05-20 21:28:26 +01:00

5 lines
113 B
Ruby

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