Skip to content

Commit eacd7e8

Browse files
committed
tidying again
1 parent 6db832e commit eacd7e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/lesson.rb

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

5555
def submitted_count
5656
return 0 unless project
57-
57+
5858
project.remixes.count { |remix| remix.school_project&.submitted? }
5959
end
6060

0 commit comments

Comments
 (0)