remove versioning
This commit is contained in:
@@ -4,7 +4,6 @@ class Entry < ApplicationRecord
|
||||
|
||||
has_many :suggested_meanings, dependent: :destroy
|
||||
has_many :comments, as: :commentable, dependent: :destroy
|
||||
has_many :entry_versions, dependent: :destroy
|
||||
|
||||
enum :category, %i[word phrase proper_name title reference other]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user