thatcher_app/app/models/export_hist.rb
2019-11-11 16:11:03 +01:00

5 lines
101 B
Ruby

class ExportHist < ApplicationRecord
validates :piece, :presence => true, :uniqueness => true
end