drhenner/ror_ecommerce

View on GitHub
app/models/prototype_property.rb

Summary

Maintainability
A
0 mins
Test Coverage
class PrototypeProperty < ApplicationRecord

  belongs_to :prototype
  belongs_to :property

  #validates :prototype_id,    presence: true
  validates :property_id,    presence: true
end