add trashable to question

This commit is contained in:
João Geonizeli
2022-08-05 23:40:03 +00:00
parent 9917441fe4
commit 5005d7ca68
6 changed files with 36 additions and 2 deletions

View File

@@ -32,6 +32,7 @@
# fk_rails_... (user_id => users.id)
#
class Question < ApplicationRecord
include Trashable
extend Enumerize
belongs_to :user