From a4d29f635c7c6bec4a15ab43956a2be896b0ff11 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 20 Feb 2023 19:52:42 -0600 Subject: Commit inicial --- config/routes.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/routes.rb (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb new file mode 100644 index 0000000..262ffd5 --- /dev/null +++ b/config/routes.rb @@ -0,0 +1,6 @@ +Rails.application.routes.draw do + # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html + + # Defines the root path route ("/") + # root "articles#index" +end -- cgit v1.2.3