mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 21:15:19 +02:00
4 lines
64 B
Ruby
4 lines
64 B
Ruby
|
class Transaction < ApplicationRecord
|
||
|
belongs_to :account
|
||
|
end
|