diff options
Diffstat (limited to 'lib/band.rb')
-rw-r--r-- | lib/band.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/band.rb b/lib/band.rb index a951059..efccc5f 100644 --- a/lib/band.rb +++ b/lib/band.rb @@ -4,7 +4,7 @@ require_relative 'song' class Band attr_reader :name, :city, :website, :label, :short_bio, :contact, :members, :songs - attr_reader :errors + attr_accessor :errors def initialize(params = nil) @errors = [] |