mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
works, basically
This commit is contained in:
@@ -1,2 +1,10 @@
|
||||
resource :stopwatch_timer, only: %i(new create edit update)
|
||||
resources :stopwatch_timers, only: %i(new create edit update) do
|
||||
collection do
|
||||
get :current
|
||||
end
|
||||
member do
|
||||
put :start
|
||||
put :stop
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user