diff options
author | Starfall <us@starfall.systems> | 2020-12-07 10:11:37 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-12-07 10:11:37 -0600 |
commit | e68391fbaaf409cc01f74c8cf7076520a43ae06e (patch) | |
tree | 212b6e373f91dec2dce0b2c33b0cb38b4c6087f0 /app/serializers | |
parent | 0f6d41052652c4fee87a19900795c8588d9a2174 (diff) | |
parent | 48bef17cc990afda95c4de657f7643c321e62650 (diff) |
Merge remote-tracking branch 'vanilla/master' into main
Diffstat (limited to 'app/serializers')
-rw-r--r-- | app/serializers/rest/account_featured_tag_serializer.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/serializers/rest/account_featured_tag_serializer.rb b/app/serializers/rest/account_featured_tag_serializer.rb index d8d5fd68c..84bef2e62 100644 --- a/app/serializers/rest/account_featured_tag_serializer.rb +++ b/app/serializers/rest/account_featured_tag_serializer.rb @@ -9,10 +9,6 @@ class REST::AccountFeaturedTagSerializer < ActiveModel::Serializer object.tag.id.to_s end - def name - "##{object.name}" - end - def url short_account_tag_url(object.account, object.tag) end |