Forgot to require config in song.rb
This commit is contained in:
parent
f8ff6ba92a
commit
bbcf381c6b
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue