mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 20:44:08 +00:00
4 lines
72 B
Ruby
4 lines
72 B
Ruby
class Account::Depository < ApplicationRecord
|
|
include Accountable
|
|
end
|