Removing unused #tag_list method on VariantSerializer

This commit is contained in:
Rob Harrington
2017-05-12 12:45:42 +10:00
parent e47e10d267
commit 38d3b446cc

View File

@@ -22,8 +22,4 @@ class Api::VariantSerializer < ActiveModel::Serializer
def product_name
object.product.name
end
def tag_list
object.tag_list if object.is_a? VariantOverride
end
end