Class: Hanamismith::Builders::Puma::Configuration

Inherits:
Rubysmith::Builders::Abstract
  • Object
show all
Defined in:
lib/hanamismith/builders/puma/configuration.rb

Overview

Builds project skeleton Puma configuration.

Instance Method Summary collapse

Instance Method Details

#callObject



12
13
14
15
16
# File 'lib/hanamismith/builders/puma/configuration.rb', line 12

def call
  builder.call(settings.merge(template_path: "%project_name%/config/puma.rb.erb")).render

  true
end