Module: MailchimpHelper
- Defined in:
- app/helpers/mailchimp_helper.rb
Instance Method Summary collapse
Instance Method Details
#mailchimp_checkout_fields(f, label) ⇒ Object
7 8 9 |
# File 'app/helpers/mailchimp_helper.rb', line 7 def mailchimp_checkout_fields f, label render 'carts/checkout_fields', format: [:html], f: f, label: label end |
#mailchimp_store_setting_fields(f) ⇒ Object
3 4 5 |
# File 'app/helpers/mailchimp_helper.rb', line 3 def mailchimp_store_setting_fields f render 'admin/store_setting_fields', format: [:html], f: f end |