mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
@@ -27,7 +27,7 @@ class LoansController < ApplicationController
|
||||
def account_params
|
||||
params.require(:account)
|
||||
.permit(
|
||||
:name, :balance, :institution_id, :start_date, :start_balance, :currency, :accountable_type,
|
||||
:name, :balance, :institution_id, :start_date, :mode, :start_balance, :currency, :accountable_type,
|
||||
accountable_attributes: [
|
||||
:id,
|
||||
:rate_type,
|
||||
|
||||
Reference in New Issue
Block a user