Delete unused method

This commit is contained in:
Matt-Yorkley
2023-08-07 14:55:44 +01:00
parent 3898af2c37
commit cffd7073e2

View File

@@ -39,10 +39,6 @@ module Spree
permalink
end
def active_products
products.active
end
def pretty_name
ancestor_chain = ancestors.inject("") do |name, ancestor|
name + "#{ancestor.name} -> "