Closed SemicolonManifest closed 1 year ago
Ther is a typo in /app/models/user_votes_book.rb
The class variable @@downvote is written @@donwvote.
@@donwvote = -1 @@upvote = 1 validates :vote, presence: true, inclusion: { in: [@@donwvote, @@upvote] }
Ther is a typo in /app/models/user_votes_book.rb
The class variable @@downvote is written @@donwvote.