1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-07 01:54:16 +01:00
fab-manager/app/models/payment_schedule_item.rb

7 lines
184 B
Ruby
Raw Normal View History

# frozen_string_literal: true
# Represents a due date and the associated amount for a PaymentSchedule
class PaymentScheduleItem < ApplicationRecord
belongs_to :payment_schedule
end