summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-21 20:59:17 -0400
committerDavid Gay <david@davidgay.org>2021-04-21 20:59:17 -0400
commit975ab9e285baf4f1b22b60104db4f8f982c1db8b (patch)
tree7ad97e350a11d61f0b356e81fa759baf648dcd1c /config/routes.rb
New Rails project with pgsql
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
new file mode 100644
index 0000000..c06383a
--- /dev/null
+++ b/config/routes.rb
@@ -0,0 +1,3 @@
+Rails.application.routes.draw do
+ # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
+end