summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-30 02:00:16 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-30 02:03:52 -0400
commit13df3e5aadae04b322bff4cb0279b299e2c92a41 (patch)
treeb5d586ac7ce2d0e748012cc3bb16ec18976a302c /config
parent818a106338b6924024809698915b1114bbc202d7 (diff)
Start and view runs
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index c6cd35b..a267aa8 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -8,4 +8,6 @@ Rails.application.routes.draw do
# Defines the root path route ("/")
root "home#index"
+
+ resources :runs
end