rails--rails/actionpack/test/fixtures/helpers/fun/pdf_helper.rb

6 lines
67 B
Ruby

module Fun
module PdfHelper
def foobar() 'baz' end
end
end