module Capistrano::Helpers::DelayedJob::TemplatePaths
Paths for templates
Public Instance Methods
template_base_path()
click to toggle source
# File lib/capistrano/helpers/delayed_job/template_paths.rb, line 10 def template_base_path File.expand_path(File.join(File.dirname(__FILE__), '../../../../templates')) end