回答編集履歴

1

追記

2017/11/20 06:36

投稿

chelsy7110
chelsy7110

スコア596

test CHANGED
@@ -5,3 +5,11 @@
5
5
  ```
6
6
 
7
7
  等をしてidを取得すればよいのでは?
8
+
9
+
10
+
11
+ ##### 追記
12
+
13
+ 存在しなかったときのことは考えていませんが、```deposit_account_id:
14
+
15
+ BasicIncomeAccount.find_by(account_number: params[:deposit_account_id]).id```とすればidをdeposit_account_idに入れられると思います。