1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-25 08:09:38 +02:00
Maybe/app/models/account/other_asset.rb
2024-02-03 02:48:51 +00:00

3 lines
72 B
Ruby

class Account::OtherAsset < ApplicationRecord
include Accountable
end