Forgot to require config in song.rb

This commit is contained in:
Matthieu Grieger 2014-11-30 15:22:21 -08:00
parent f8ff6ba92a
commit bbcf381c6b

View file

@ -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