Sha256: 8bb719cf08bb9b301fdf27297b47dfc13200fa91971d47d8584f4b6b67aa49f9
Contents?: true
Size: 219 Bytes
Versions: 18
Compression:
Stored size: 219 Bytes
Contents
module Xeroizer module Record class AllocationModel < BaseModel end class Allocation < Base decimal :applied_amount belongs_to :invoice validates_presence_of :invoice end end end
Version data entries
18 entries across 18 versions & 3 rubygems