Class: Vmf::UnicornGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/vmf/unicorn_generator.rb

Instance Method Summary collapse

Instance Method Details

#install_unicornObject



4
5
6
7
8
# File 'lib/generators/vmf/unicorn_generator.rb', line 4

def install_unicorn
  template "unicorn.rb.erb", "config/unicorn.rb"

  gem "unicorn"
end