Re-add accessors for singular answer cases

Otherwise rendering fails
This commit is contained in:
Andreas Nedbal 2024-03-19 22:26:01 +01:00 committed by Andreas Nedbal
parent 25cbb962dd
commit b160fa21f6
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
class Answer < ApplicationRecord
extend Answer::TimelineMethods
attr_accessor :has_reacted, :is_subscribed
belongs_to :user, counter_cache: :answered_count
belongs_to :question, counter_cache: :answer_count
has_many :comments, dependent: :destroy