Module: Slugforge::Helper::Path::ClassMethods
- Defined in:
- lib/slugforge/helper/path.rb
Instance Method Summary collapse
Instance Method Details
#scripts_dir ⇒ Object
65 66 67 |
# File 'lib/slugforge/helper/path.rb', line 65 def scripts_dir @scripts_dir ||= File.('../../../scripts', File.dirname(__FILE__)) end |
#templates_dir ⇒ Object
69 70 71 |
# File 'lib/slugforge/helper/path.rb', line 69 def templates_dir @templates_dir ||= File.('../../../templates', File.dirname(__FILE__)) end |