Skip to content

Commit

Permalink
destroyアクションのルーティングを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzukiShuntarou committed Feb 21, 2025
1 parent 5356a04 commit 49cf350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes/users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
resources :products, only: %i(index), controller: "users/products"
resources :questions, only: %i(index), controller: "users/questions"
resources :answers, only: %i(index), controller: "users/answers"
resources :micro_reports, only: %i[index create], controller: "users/micro_reports"
resources :micro_reports, only: %i[index create destroy], controller: "users/micro_reports"
get "portfolio" => "users/works#index", as: :portfolio
patch "graduation", to: "graduation#update", as: :graduation
patch "job_seek", to: "job_seek#update"
Expand Down

0 comments on commit 49cf350

Please sign in to comment.