Module: Capistrano::Helpers::Puma::TemplatePaths

Defined in:
lib/capistrano/helpers/puma/template_paths.rb

Overview

Paths for templates

Class Method Summary collapse

Class Method Details

.template_base_pathObject



10
11
12
# File 'lib/capistrano/helpers/puma/template_paths.rb', line 10

def template_base_path
  File.expand_path(File.join(File.dirname(__FILE__), '../../../../templates'))
end