Skip to content

Commit

Permalink
Change archieved attr
Browse files Browse the repository at this point in the history
  • Loading branch information
prg-04 committed Oct 24, 2023
1 parent b232d17 commit 293bf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def initialize(genre, author, label, source, publish_date)
@label = label
@source = source
@publish_date = publish_date
@archived = archived
@archived = false
@id = Random.rand(1..1000)
end

Expand Down

0 comments on commit 293bf25

Please sign in to comment.