mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
3 lines
72 B
Ruby
3 lines
72 B
Ruby
class Account::Depository < ApplicationRecord
|
|
include Accountable
|
|
end
|