Module: LolFramework::Config
- Defined in:
- lib/lol_framework/config.rb,
lib/lol_framework/config/components.rb,
lib/lol_framework/config/components/js.rb,
lib/lol_framework/config/components/css.rb
Defined Under Namespace
Modules: Components
Constant Summary collapse
- LOL_ASSETS_PATH =
File.("../../../vendor/assets", __FILE__)
Class Method Summary collapse
Class Method Details
.COMPONENTS_CSS ⇒ Object
12 13 14 |
# File 'lib/lol_framework/config.rb', line 12 def self.COMPONENTS_CSS LolFramework::Config::Components.css end |
.COMPONENTS_JS ⇒ Object
8 9 10 |
# File 'lib/lol_framework/config.rb', line 8 def self.COMPONENTS_JS LolFramework::Config::Components.js end |