質問編集履歴
1
edit.html.erb <h1>Editing Book</h1> の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -262,6 +262,8 @@
|
|
262
262
|
|
263
263
|
```ruby
|
264
264
|
|
265
|
+
<h1>Editing Book</h1>
|
266
|
+
|
265
267
|
<!-- form_with部分 -->
|
266
268
|
|
267
269
|
<%= form_with model: @book, url: "/books/#{@book.id}", local:true do |f| %>
|