Class: Kapify::Generators::UnicornGenerator

Inherits:
Base
  • Object
show all
Defined in:
lib/generators/kapify/unicorn/unicorn_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_templateObject



9
10
11
12
# File 'lib/generators/kapify/unicorn/unicorn_generator.rb', line 9

def copy_template
  copy_file "unicorn.rb.erb", "#{templates_path}/unicorn.rb.erb"
  copy_file "unicorn_init.erb", "#{templates_path}/unicorn_init.erb"
end