Would anyone know why I am getting the error `unde...
# support
k
Would anyone know why I am getting the error
undefined method :applies_from
for solidus_related_products? I am using the solidusio-contrib version. I can see that field isn’t in the schema so perhaps it’s been removed and it’s getting an issue from the relation_type validator? Any help appreciated. Thanks
w
Hey, @Kurtis, the new column is added in a migration. Did you run the install generator? (it should copy the migration add run it):
Copy code
bin/rails generate solidus_related_products:install
k
Many thanks @waiting_for_dev, I’d ran that on first time installation a few years back, but not since upgrading. All sorted
👍 1