In my model I have a simple method:
def pdf pdf = Prawn::Document.new pdf.text \'Hello World\' pdf end
And in my controller:<