Class: H2ocubeRailsPumaGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_puma_rbObject



6
7
8
# File 'lib/generators/h2ocube_rails_puma_generator.rb', line 6

def copy_puma_rb
  template 'puma.rb.erb', 'config/puma.rb'
end