Class: CollavreNotion::Engine

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

Class Method Summary collapse

Class Method Details

.javascript_pathObject



9
10
11
# File 'lib/collavre_notion/engine.rb', line 9

def self.javascript_path
  root.join("app/javascript")
end

.stylesheet_pathObject



13
14
15
# File 'lib/collavre_notion/engine.rb', line 13

def self.stylesheet_path
  root.join("app/assets/stylesheets")
end