Froze rails gems
[depot.git] / vendor / rails / actionmailer / test / fixtures / helpers / example_helper.rb
diff --git a/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb b/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb
new file mode 100644 (file)
index 0000000..d66927a
--- /dev/null
@@ -0,0 +1,5 @@
+module ExampleHelper
+  def example_format(text)
+    "<em><strong><small>#{text}</small></strong></em>"
+  end
+end