Method: Aetherg::Generator#create_server_config

Defined in:
lib/aetherg/aetherg.rb

#create_server_configObject



84
85
86
# File 'lib/aetherg/aetherg.rb', line 84

def create_server_config
  copy_file "config/puma.rb", File.join(@app_path, "config/puma.example.rb")
end