Sha256: 5756436cc9e13e947414e273de84c1e3c86a9795b4f0247f240ff357ac4c1231
Contents?: true
Size: 312 Bytes
Versions: 12
Compression:
Stored size: 312 Bytes
Contents
module Capistrano module Helpers module DelayedJob ## # Paths for templates # module TemplatePaths module_function def template_base_path File.expand_path(File.join(File.dirname(__FILE__), '../../../../templates')) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems