Sha256: c4b08bd75f92be0ef043a37ac2c135f2fd1f3772ef02e934cf6a55e208c9782b

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

module Capistrano
  module DSL
    module DelayedJobPaths

      def delayed_job_initd_file
        "/etc/init.d/#{fetch(:delayed_job_service)}"
      end

      def current_path
        deploy_path.join('current')
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capistrano-delayed-job-1.0.1 lib/capistrano/dsl/delayed_job_paths.rb
capistrano-delayed-job-1.0.0 lib/capistrano/dsl/delayed_job_paths.rb