Module: Lcms::Engine::ApplicationHelper
- Includes:
- ViewHelper, Webpacker::Helper
- Defined in:
- app/helpers/lcms/engine/application_helper.rb
Constant Summary
Constants included from ViewHelper
ViewHelper::ENABLE_BASE64_CACHING
Instance Method Summary collapse
Methods included from ViewHelper
#add_class_for_action, #add_class_for_path, #base64_encoded_asset, #color_code, #flash_to_hash, #header_mod, #inlined_asset, #lcms_engine_url_helpers, #nav_link, #page_description, #page_og_image, #page_title, #redirect_meta_tag, #redirect_via_meta_tag, #selected_id?, #set_canonical_url, #set_page_description, #set_page_title, #set_social_media_sharing, #social_media, #strip_tags_and_squish
Instance Method Details
#current_webpacker_instance ⇒ Object
11 12 13 |
# File 'app/helpers/lcms/engine/application_helper.rb', line 11 def current_webpacker_instance Lcms::Engine.webpacker end |