Module: CCS::FrontendHelpers::CCSFrontend::ContactUs
- Included in:
- CCS::FrontendHelpers::CCSFrontend
- Defined in:
- lib/ccs/frontend_helpers/ccs_frontend/contact_us.rb
Overview
CCS Contact Us
This helper is used for generating the contact us component from the CCS - Components - Contact Us
Instance Method Summary collapse
-
#ccs_contact_us(contact_us_link_href, **options) ⇒ ActiveSupport::SafeBuffer
Generates the HTML for the CCS Contact Us component.
Instance Method Details
#ccs_contact_us(contact_us_link_href, **options) ⇒ ActiveSupport::SafeBuffer
Generates the HTML for the CCS Contact Us component
22 23 24 |
# File 'lib/ccs/frontend_helpers/ccs_frontend/contact_us.rb', line 22 def ccs_contact_us(contact_us_link_href, **) Components::CCS::ContactUs.new(contact_us_link_href: contact_us_link_href, context: self, **).render end |