Method: PageBuilder::TagHelpers#to_html

Defined in:
lib/pagebuilder/tag_helpers.rb

#to_html(*args) ⇒ Object

Helper for converting this object to html It passes arguments along to whatever is set as the pagebuilder document so see associated documentation for the allowed arguments



8
9
10
# File 'lib/pagebuilder/tag_helpers.rb', line 8

def to_html(*args)
  pagebuilder_document.to_html(*args)
end