Skip to content
Snippets Groups Projects
Commit 2ffa03ab authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Replace context with service in development seed data.

parent 6f6f1588
No related branches found
No related tags found
2 merge requests!31Merge Request links incorrect after having deleted projects,!22Fixes 67 Relative Markdown Link Relative Root
Loading
Loading
@@ -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 '.'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment