mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 12:34:12 +00:00
Consolidate and simplify account pages (#2462)
* Remove ScrollFocusable * Consolidate and simplify account pages * Lint fixes * Fix tab param initialization * Remove stale files * Remove stale route, make accountable routes clearer
This commit is contained in:
@@ -46,7 +46,7 @@ class LoansControllerTest < ActionDispatch::IntegrationTest
|
||||
|
||||
test "updates with loan details" do
|
||||
assert_no_difference [ "Account.count", "Loan.count" ] do
|
||||
patch account_path(@account), params: {
|
||||
patch loan_path(@account), params: {
|
||||
account: {
|
||||
name: "Updated Loan",
|
||||
balance: 45000,
|
||||
|
||||
Reference in New Issue
Block a user