aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/helpers/fun/pdf_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/helpers/fun/pdf_helper.rb')
-rw-r--r--actionpack/test/fixtures/helpers/fun/pdf_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/helpers/fun/pdf_helper.rb b/actionpack/test/fixtures/helpers/fun/pdf_helper.rb
new file mode 100644
index 0000000000..1890f6c9ec
--- /dev/null
+++ b/actionpack/test/fixtures/helpers/fun/pdf_helper.rb
@@ -0,0 +1,3 @@
+module Fun::PDFHelper
+ def foobar() 'baz' end
+end