mgoodhart5/brownfield-of-dreams

Tutorial show page won't load if missing videos

Opened this issue · 0 comments

If a tutorial doesn't have any videos and we visit its show page an error occurs when trying to call current_video.title since current_video is nil.

A possible easy fix is to default to Video.new if there aren't any videos associated with the tutorial.