Change featured tag updates to add/remove activity (#19409)
* Change featured tag updates to add/remove activity * Fix to check for the existence of feature tag * Rename service and worker * Merge AddHashtagSerializer with AddSerializer * Undo removal of sidekiq_options
This commit is contained in:
parent
73a48318a1
commit
74ead7d106
10 changed files with 117 additions and 15 deletions
|
@ -30,6 +30,10 @@ class FeaturedTag < ApplicationRecord
|
|||
|
||||
LIMIT = 10
|
||||
|
||||
def sign?
|
||||
true
|
||||
end
|
||||
|
||||
def name
|
||||
tag_id.present? ? tag.name : @name
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue