Skip to content

Commit

Permalink
feat(weekly topup): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybakanovsky committed Sep 12, 2023
1 parent d88ebda commit e76c630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/accounts_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def update
end

def create
params[:account][:automatic_topup_configs_attributes]['0'][:from_account_id] = current_user.account.id
Account.create!(parent: current_user.account, **account_params)
redirect_to my_account_path
end
Expand Down

0 comments on commit e76c630

Please sign in to comment.