rename route

This commit is contained in:
Karol
2022-09-24 21:08:18 +02:00
parent 77999f75df
commit b866221353
4 changed files with 9 additions and 9 deletions

View File

@ -10,13 +10,13 @@ module ProformaService
end
def execute
import_exercise
import_task
@exercise
end
private
def import_exercise
def import_task
@exercise.assign_attributes(
user: @user,
title: @task.title,