groundctrl/shopping_mall

View on GitHub
app/models/spree/property_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
Spree::Property.class_eval do
  has_many :properties_prototypes, class_name: 'Spree::PropertiesPrototype'
  has_many :prototypes,
           through: :properties_prototypes,
           class_name: 'Spree::Prototype'
end