Class: CollavreOpenclaw::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/collavre_openclaw/engine.rb

Class Method Summary collapse

Class Method Details

.javascript_pathObject

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_pathObject

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