class Vmf::UnicornGenerator
Public Instance Methods
install_unicorn()
click to toggle source
# File lib/generators/vmf/unicorn_generator.rb, line 4 def install_unicorn template "unicorn.rb.erb", "config/unicorn.rb" gem "unicorn" end