mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
Fix for renamed Depository model
This commit is contained in:
parent
41eb777843
commit
2161cce29a
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ class AccountsController < ApplicationController
|
|||
end
|
||||
|
||||
def new_bank
|
||||
@account = DepositoryAccount.new
|
||||
@account = Depository.new
|
||||
end
|
||||
|
||||
def show
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue