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
No related merge requests found
Loading
@@ -40,7 +40,7 @@ project_urls.each_with_index do |url, i|
Loading
@@ -40,7 +40,7 @@ project_urls.each_with_index do |url, i|
description: Faker::Lorem.sentence description: Faker::Lorem.sentence
} }
   
project = Projects::CreateContext.new(User.first, params).execute project = Projects::CreateService.new(User.first, params).execute
   
if project.valid? if project.valid?
print '.' 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