mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 09:56:43 +01:00
fix: fix Tag model
This commit is contained in:
parent
f38d25ab21
commit
ed97414a5d
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
class Tag < ApplicationRecord
|
||||
# needed because we have a column called 'type'
|
||||
self.inheritance_column = '_inheritance_column'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue