Commit 5e08f813 authored by Marin Jankovski's avatar Marin Jankovski

Replace context with service in development seed data.

parent 68590fdd
...@@ -40,7 +40,7 @@ project_urls.each_with_index do |url, i| ...@@ -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 '.'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment