Class: Dugway::Tags::CheckoutForm

Inherits:
Liquid::Block
  • Object
show all
Defined in:
lib/dugway/liquid/tags/checkout_form.rb

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



4
5
6
# File 'lib/dugway/liquid/tags/checkout_form.rb', line 4

def render(context)
  %{<form id="checkout_form" name="checkout_form" method="post" action="/success">#{ render_all(@nodelist, context) }</form>}
end