Fix remove number sign from account_featured_tags (#15277)

lolsob-rspec
Takeshi Umeda 2020-12-06 13:55:35 +09:00 committed by GitHub
parent fabb864526
commit c229a3aab7
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ class REST::AccountFeaturedTagSerializer < ActiveModel::Serializer
object.tag.id.to_s object.tag.id.to_s
end end
def name
"##{object.name}"
end
def url def url
short_account_tag_url(object.account, object.tag) short_account_tag_url(object.account, object.tag)
end end