class Fun::PdfController

Public Instance Methods

test() click to toggle source
# File actionpack/test/controller/helper_test.rb, line 15
def test
  render inline: "test: <%= foobar %>"
end