Sha256: 0e6f0cf66070b69e3828bce7454c24365c23da4f710132f46923f9ea38773a6b
Contents?: true
Size: 450 Bytes
Versions: 10
Compression:
Stored size: 450 Bytes
Contents
# frozen_string_literal: true require_relative 'ccs_frontend/dashboard_section' require_relative 'ccs_frontend/footer' require_relative 'ccs_frontend/header' module CCS module FrontendHelpers # This module loads in all the CCS Frontend Helper methods. # These are a collection of view helpers to help render CCS components module CCSFrontend include DashboardSection include Footer include Header end end end
Version data entries
10 entries across 10 versions & 1 rubygems