Skip to content

Commit 6db832e

Browse files
committed
tidying
1 parent 08e2c85 commit 6db832e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/models/lesson.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def unarchive!
5454

5555
def submitted_count
5656
return 0 unless project
57+
5758
project.remixes.count { |remix| remix.school_project&.submitted? }
5859
end
5960

0 commit comments

Comments
 (0)