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