MiraitSystems/enju_trunk

View on GitHub
app/models/checked_manifestation.rb

Summary

Maintainability
A
0 mins
Test Coverage
class CheckedManifestation < ActiveRecord::Base
  validates_uniqueness_of :manifestation_id, :scope => :basket_id
  belongs_to :manifestation
  belongs_to :basket
end