about summary refs log tree commit diff
path: root/app/serializers/rest/account_featured_tag_serializer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/rest/account_featured_tag_serializer.rb')
-rw-r--r--app/serializers/rest/account_featured_tag_serializer.rb4
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