groundctrl/shopping_mall

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

Summary

Maintainability
A
0 mins
Test Coverage
module Spree
  class OptionTypesPrototype < ActiveRecord::Base
    belongs_to :option_type, class_name: 'Spree::OptionType'
    belongs_to :prototype, class_name: 'Spree::Prototype'
  end
end