From bbcf381c6bfaf09b44971d822fdf00166652791f Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Sun, 30 Nov 2014 15:22:21 -0800 Subject: [PATCH] Forgot to require config in song.rb --- mumbledj/song.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mumbledj/song.rb b/mumbledj/song.rb index e5f6253..eca2a52 100644 --- a/mumbledj/song.rb +++ b/mumbledj/song.rb @@ -2,6 +2,8 @@ # By Matthieu Grieger # song.rb +require_relative "config" + # Base Song class that defines default behavior for any kind of song. class Song