class Grapple::Components::HtmlFooter

Public Instance Methods

render(*options, &block) click to toggle source
# File lib/grapple/components/html_footer.rb, line 7
def render(*options, &block)
        html = block_or_components(components, options[0] || {}, &block)
        "<tfoot>\n#{html}</tfoot>\n".html_safe
end