Class: CollavreOpenclaw::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- CollavreOpenclaw::Engine
- Defined in:
- lib/collavre_openclaw/engine.rb
Class Method Summary collapse
-
.javascript_path ⇒ Object
Path to engine’s JavaScript sources for jsbundling-rails integration.
-
.stylesheet_path ⇒ Object
Path to engine’s stylesheet sources.
Class Method Details
.javascript_path ⇒ Object
Path to engine’s JavaScript sources for jsbundling-rails integration
10 11 12 |
# File 'lib/collavre_openclaw/engine.rb', line 10 def self.javascript_path root.join("app/javascript") end |
.stylesheet_path ⇒ Object
Path to engine’s stylesheet sources
15 16 17 |
# File 'lib/collavre_openclaw/engine.rb', line 15 def self.stylesheet_path root.join("app/assets/stylesheets") end |