groundctrl/shopping_mall

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

Summary

Maintainability
A
0 mins
Test Coverage
module Spree
  class PropertiesPrototype < ActiveRecord::Base
    belongs_to :property, class_name: 'Spree::Property'
    belongs_to :prototype, class_name: 'Spree::Prototype'
  end
end