mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
* Transaction scaffold * Rough in transaction views * Fix sort order * Fix mass assignment issue * Fix test * Simplify CI workflow * Don't seed db before test
3 lines
64 B
Ruby
3 lines
64 B
Ruby
class Transaction < ApplicationRecord
|
|
belongs_to :account
|
|
end
|