5 lines
76 B
Ruby
5 lines
76 B
Ruby
# Copyright (C) 2024 Manuel Bustillo
|
|
|
|
class Expense < ApplicationRecord
|
|
end
|