Module: Slugforge::Helper::Path::ClassMethods

Defined in:
lib/slugforge/helper/path.rb

Instance Method Summary collapse

Instance Method Details

#scripts_dirObject



65
66
67
# File 'lib/slugforge/helper/path.rb', line 65

def scripts_dir
  @scripts_dir ||= File.expand_path('../../../scripts', File.dirname(__FILE__))
end

#templates_dirObject



69
70
71
# File 'lib/slugforge/helper/path.rb', line 69

def templates_dir
  @templates_dir ||= File.expand_path('../../../templates', File.dirname(__FILE__))
end