Module: PaypalHelper

Defined in:
lib/generators/templates/helper.rb

Instance Method Summary collapse

Instance Method Details

#paypal_form_tag(f) ⇒ Object



3
4
5
# File 'lib/generators/templates/helper.rb', line 3

def paypal_form_tag f
    raw("<div class='paypal-form-wrapper'>#{f.radio_button(:payment_type, 'paypal', checked: true)}#{image_tag('paypal-icon.png')}</div>")
end