Sha256: ae59e9c18a849a184201f62cb14bbc1e95f95e4921d97186f88a50319d5c7868
Contents?: true
Size: 264 Bytes
Versions: 16
Compression:
Stored size: 264 Bytes
Contents
module Comee module Core class Payment < ApplicationRecord belongs_to :invoice belongs_to :currency validates :reference_no, :payment_date, :amount, presence: true validates :amount, numericality: {greater_than: 0} end end end
Version data entries
16 entries across 16 versions & 1 rubygems