Class: UffizziCore::StarterTemplateService

Inherits:
Object
  • Object
show all
Defined in:
app/services/uffizzi_core/starter_template_service.rb

Class Method Summary collapse

Class Method Details

.create(project, user) ⇒ Object



5
6
7
8
# File 'app/services/uffizzi_core/starter_template_service.rb', line 5

def create(project, user)
  voting_app_config_file = create_config_file(project, user)
  create_containers(project, user, voting_app_config_file)
end