module Capistrano::Helpers::Puma::TemplatePaths

Paths for templates

Public Instance Methods

template_base_path() click to toggle source
# File lib/capistrano/helpers/puma/template_paths.rb, line 10
def template_base_path
  File.expand_path(File.join(File.dirname(__FILE__), '../../../../templates'))
end