fix: fix Tag model

This commit is contained in:
Neetpone 2024-04-02 19:21:41 -04:00
parent f38d25ab21
commit ed97414a5d

View file

@ -1,2 +1,4 @@
class Tag < ApplicationRecord class Tag < ApplicationRecord
# needed because we have a column called 'type'
self.inheritance_column = '_inheritance_column'
end end