Sha256: 0d025b4a17909ce66e570ead697fdab5139e48fb730c45181bb33f11cd5c49d1
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
module Kiqr module Frontend class ThemeConfig include ActiveSupport::Configurable # ==> View path # Specifies the directory path where the theme's view templates are located. # This allows customization of the theme's view rendering location. config_accessor :view_path end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiqr-0.1.0.alpha1 | lib/kiqr/frontend/theme_config.rb |