Skip to content

Commit

Permalink
update genre.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Fombi-Favour committed Dec 21, 2023
1 parent cf7c908 commit 57647fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/genre.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def initialize(name, id = nil)

def add_item(item)
@items << item
item.name = self
item.genre = self
end
end

0 comments on commit 57647fc

Please sign in to comment.