Skip to content

Commit b525461

Browse files
committed
Fix bug in difference with solution
1 parent e0e1486 commit b525461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/submissions_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def difference_with_solution
225225
@files << {
226226
path: file.path,
227227
submission_contents: '',
228-
model_contents: model.contents
228+
model_contents: file.contents
229229
}
230230
end
231231
end

0 commit comments

Comments
 (0)