Sha256: 0ae7d4f358033c43c998eefc997654edb2ea1838ee995df96bcea8133bf18b11

Contents?: true

Size: 654 Bytes

Versions: 7

Compression:

Stored size: 654 Bytes

Contents

# frozen_string_literal: true

require_relative 'ccs_frontend/contact_us'
require_relative 'ccs_frontend/dashboard_section'
require_relative 'ccs_frontend/footer'
require_relative 'ccs_frontend/header'
require_relative 'ccs_frontend/logo'
require_relative 'ccs_frontend/password_strength'

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 ContactUs
      include DashboardSection
      include Footer
      include Header
      include Logo
      include PasswordStrength
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ccs-frontend_helpers-2.1.0 lib/ccs/frontend_helpers/ccs_frontend.rb
ccs-frontend_helpers-2.0.0 lib/ccs/frontend_helpers/ccs_frontend.rb
ccs-frontend_helpers-1.2.0 lib/ccs/frontend_helpers/ccs_frontend.rb
ccs-frontend_helpers-1.1.2 lib/ccs/frontend_helpers/ccs_frontend.rb
ccs-frontend_helpers-1.1.1 lib/ccs/frontend_helpers/ccs_frontend.rb
ccs-frontend_helpers-1.1.0 lib/ccs/frontend_helpers/ccs_frontend.rb
ccs-frontend_helpers-1.1.0.beta0 lib/ccs/frontend_helpers/ccs_frontend.rb