When did the product.permalink attribute become deprecated?

I am using spree version 2.3.1 and the error showing undefined method `permalink 'for Spree :: Product comes from the code I used in the smaller version of the spree, can anyone point out in the desired version of the spree to stop using this attribute

+3


source to share


1 answer


Starting with version 2.3.0, Spree started using the friendly_id gem instead of custom permalink generation code. You can find the commit that switched to friendly_id here .



+4


source







All Articles