Class: CollavreNotion::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- CollavreNotion::Engine
- Defined in:
- lib/collavre_notion/engine.rb
Class Method Summary collapse
Class Method Details
.javascript_path ⇒ Object
9 10 11 |
# File 'lib/collavre_notion/engine.rb', line 9 def self.javascript_path root.join("app/javascript") end |
.stylesheet_path ⇒ Object
13 14 15 |
# File 'lib/collavre_notion/engine.rb', line 13 def self.stylesheet_path root.join("app/assets/stylesheets") end |