Skip to content

Commit 4effe60

Browse files
committed
patch does not exist
1 parent c64fb57 commit 4effe60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Plugin's routes
44
# See: http://guides.rubyonrails.org/routing.htm
5-
resources :timer_sessions, only: %i[index edit update patch destroy]
5+
resources :timer_sessions, only: %i[index edit update destroy]
66

77
get 'timer_sessions_report', to: 'timer_sessions#report', as: :timer_sessions_report
88
get 'timer_sessions_time_error/:id', to: 'timer_sessions#time_error', as: :timer_sessions_time_error

0 commit comments

Comments
 (0)