Class: Capistrano::Generals::Generators::PumaGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/capistrano/generals/puma_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_templateObject



11
12
13
14
# File 'lib/generators/capistrano/generals/puma_generator.rb', line 11

def copy_template
  copy_file 'puma.rb.erb', "#{templates_path}/puma.rb.erb"
  copy_file 'puma_init.sh.erb', "#{templates_path}/puma_init.sh.erb"
end