Module: Sumodev::Generators::General::Capistrano

Extended by:
ActiveSupport::Concern
Includes:
Actions, Thor::Actions
Included in:
Fork::V3
Defined in:
lib/sumodev/generators/general/capistrano.rb

Instance Method Summary collapse

Methods included from Actions

#copy_dest_file, #git, #git_track, #replace_in_file

Instance Method Details

#generate_capfileObject



17
18
19
20
21
# File 'lib/sumodev/generators/general/capistrano.rb', line 17

def generate_capfile
  git_track "Added Capfile" do
    template 'Capfile', 'Capfile'
  end
end