budget/app/models/income.rb

4 lines
58 B
Ruby
Raw Normal View History

2022-11-20 16:02:41 -05:00
class Income < ApplicationRecord
belongs_to :member
end