class Vote < ApplicationRecord
  belongs_to :topic
end

错误打成了

class Vote < ApplicationRecord
  belongs_to :topics
end