Remove unused method

I believe it's unused since e4d307fe5e
This commit is contained in:
David Cook
2025-03-06 09:49:50 +11:00
committed by GitHub
parent 446b948889
commit 633cdaca56

View File

@@ -165,10 +165,6 @@ module Spree
end
# Generate a friendly string randomically to be used as token.
def self.friendly_token
SecureRandom.base64(15).tr('+/=', '-_ ').strip.delete("\n")
end
private_class_method :friendly_token
def limit_owned_enterprises
return unless owned_enterprises.size > enterprise_limit