mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Replace context with service in development seed data.
This commit is contained in:
@@ -40,7 +40,7 @@ project_urls.each_with_index do |url, i|
|
||||
description: Faker::Lorem.sentence
|
||||
}
|
||||
|
||||
project = Projects::CreateContext.new(User.first, params).execute
|
||||
project = Projects::CreateService.new(User.first, params).execute
|
||||
|
||||
if project.valid?
|
||||
print '.'
|
||||
|
||||
Reference in New Issue
Block a user