質問編集履歴

2

edit.htmlを追加しました。

2021/01/20 00:16

投稿

noe.black
noe.black

スコア2

test CHANGED
File without changes
test CHANGED
@@ -290,7 +290,79 @@
290
290
 
291
291
 
292
292
 
293
+
294
+
295
+
296
+
297
+ <div class="field">
298
+
299
+ <%= f.label "作成日" %><br />
300
+
301
+ <%= f.text_field :date %>
302
+
293
- 省略
303
+ </div>
304
+
305
+
306
+
307
+ <div class="field">
308
+
309
+ <%= f.label "痛みのある部位" %><br />
310
+
311
+ <%= f.text_field :pain %>
312
+
313
+ </div>
314
+
315
+
316
+
317
+ <div class="field">
318
+
319
+ <%= f.label "既往症" %><br />
320
+
321
+ <%= f.text_field :illness %>
322
+
323
+ </div>
324
+
325
+
326
+
327
+ <div class="field">
328
+
329
+ <%= f.label "通院歴" %><br />
330
+
331
+ <%= f.text_field :history %>
332
+
333
+ </div>
334
+
335
+
336
+
337
+ <div class="field">
338
+
339
+ <%= f.label "服用薬" %><br />
340
+
341
+ <%= f.text_field :medicine %>
342
+
343
+ </div>
344
+
345
+
346
+
347
+ <div class="field">
348
+
349
+ <%= f.label "日常的に行っている行動" %><br />
350
+
351
+ <%= f.text_field :habit %>
352
+
353
+ </div>
354
+
355
+
356
+
357
+ <div class="field">
358
+
359
+ <%= f.label "メモ" %><br />
360
+
361
+ <%= f.text_field :memo %>
362
+
363
+ </div>
364
+
365
+
294
366
 
295
367
  <div class="actions">
296
368
 
@@ -300,8 +372,12 @@
300
372
 
301
373
  </div>
302
374
 
375
+
376
+
303
377
  <% end %>
304
378
 
379
+
380
+
305
381
  ```
306
382
 
307
383
  ```

1

タイトルの編集

2021/01/20 00:15

投稿

noe.black
noe.black

スコア2

test CHANGED
@@ -1 +1 @@
1
- editupdateアクションを実行するとuser_idが保存されなくなる
1
+ TypeError in KarutesController#update hash key "pain" is not a Symbolのエラー
test CHANGED
File without changes