質問編集履歴

1

誤字

2021/07/11 04:46

投稿

isd_kisk
isd_kisk

スコア15

test CHANGED
File without changes
test CHANGED
@@ -294,14 +294,6 @@
294
294
 
295
295
  resources :books
296
296
 
297
- #get 'bookers/:id/edit', to: 'bookers#edit', as: 'edit_book'
298
-
299
- #get 'bookers/:id', to: 'bookers#show', as: 'bookr'
300
-
301
- #patch 'bookers/:id', to: 'bookers#update'
302
-
303
- #put 'bookers/:id', to: 'bookers#update'
304
-
305
297
  delete 'books/:id', to: 'books#destroy'
306
298
 
307
299
  # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html