diff --git a/Gemfile.lock b/Gemfile.lock index e112646b..c0eb3a73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT GIT remote: https://github.com/rails/rails.git - revision: e09e61af0d4aa7c0e5e138c52a194e316449b51a + revision: 3d132b855541c35236e93b3a676a3ee80d02a38a branch: main specs: actioncable (7.2.0.alpha) diff --git a/app/controllers/accounts_controller.rb b/app/controllers/accounts_controller.rb index 44b1aff9..16f17183 100644 --- a/app/controllers/accounts_controller.rb +++ b/app/controllers/accounts_controller.rb @@ -9,7 +9,7 @@ class AccountsController < ApplicationController end def new_bank - @account = DepositoryAccount.new + @account = Depository.new end def show