Class: SaltedRails::CapistranoHelper

Inherits:
HelperBase show all
Defined in:
lib/salted-rails/capistrano_helper.rb

Instance Attribute Summary

Attributes inherited from HelperBase

#config

Instance Method Summary collapse

Constructor Details

#initialize(project_root, logger = Log4r::Logger.new("salted_rails::capistrano_helper")) ⇒ CapistranoHelper

Returns a new instance of CapistranoHelper.



13
14
15
# File 'lib/salted-rails/capistrano_helper.rb', line 13

def initialize(project_root, logger = Log4r::Logger.new("salted_rails::capistrano_helper"))
  super(rail_root, logger)
end