Module: Glimmer::Config
- Defined in:
- lib/glimmer/config.rb,
lib/glimmer/config/opal_logger.rb
Overview
Consumer Rails apps can set these attributes in their assets.rb file
Defined Under Namespace
Classes: OpalLogger
Class Method Summary collapse
-
.gems_having_image_paths ⇒ Object
(server-side option) used to collect image paths for copying to assets & matching in Opal to download and use in Glimmer GUI.
Class Method Details
.gems_having_image_paths ⇒ Object
(server-side option) used to collect image paths for copying to assets & matching in Opal to download and use in Glimmer GUI
6 7 8 |
# File 'lib/glimmer/config.rb', line 6 def gems_having_image_paths @gems_having_image_paths ||= [] end |