Added admin api for managing tags (#26872)
This commit is contained in:
parent
97e4011c3c
commit
20666482ef
5 changed files with 219 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
#
|
||||
|
||||
class Tag < ApplicationRecord
|
||||
include Paginable
|
||||
has_and_belongs_to_many :statuses
|
||||
has_and_belongs_to_many :accounts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue