Module: Fresco::Paths
- Defined in:
- lib/fresco/paths.rb
Constant Summary collapse
- GEM_ROOT =
File.("../..", __dir__)
Class Method Summary collapse
Class Method Details
.generator_root ⇒ Object
16 17 18 |
# File 'lib/fresco/paths.rb', line 16 def self.generator_root File.join(GEM_ROOT, "lib/fresco/generators/app") end |
.runtime_root ⇒ Object
12 13 14 |
# File 'lib/fresco/paths.rb', line 12 def self.runtime_root File.join(GEM_ROOT, "lib/fresco/runtime") end |
.template_root ⇒ Object
8 9 10 |
# File 'lib/fresco/paths.rb', line 8 def self.template_root File.join(GEM_ROOT, "lib/fresco/templates") end |