rails--rails/actionmailer/test/fixtures/helpers/example_helper.rb

6 lines
113 B
Ruby

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