1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

Fix for renamed Depository model

This commit is contained in:
Josh Pigford 2024-02-02 11:35:32 -06:00
parent 41eb777843
commit 2161cce29a
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ GIT
GIT GIT
remote: https://github.com/rails/rails.git remote: https://github.com/rails/rails.git
revision: e09e61af0d4aa7c0e5e138c52a194e316449b51a revision: 3d132b855541c35236e93b3a676a3ee80d02a38a
branch: main branch: main
specs: specs:
actioncable (7.2.0.alpha) actioncable (7.2.0.alpha)

View file

@ -9,7 +9,7 @@ class AccountsController < ApplicationController
end end
def new_bank def new_bank
@account = DepositoryAccount.new @account = Depository.new
end end
def show def show