mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Fix account param safety
This commit is contained in:
parent
253ae29da0
commit
9aa9f99810
3 changed files with 11 additions and 7 deletions
|
@ -6,9 +6,9 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :accounts
|
||||
|
||||
scope 'accounts/new' do
|
||||
scope 'bank' do
|
||||
get '', to: 'accounts#new_bank', as: 'new_bank'
|
||||
scope "accounts/new" do
|
||||
scope "bank" do
|
||||
get "", to: "accounts#new_bank", as: "new_bank"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue