Method: Unit::Account::Deposit.reopen_account
- Defined in:
- lib/unit/models/account/account.rb
.reopen_account(account_id:) ⇒ Object
Reopen deposit account
46 47 48 |
# File 'lib/unit/models/account/account.rb', line 46 def reopen_account(account_id:) Unit::Resource::AccountResource.reopen_account(account_id) end |