diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-28 21:33:21 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-28 21:33:21 -0400 |
| commit | f38c3791e22af16046f4113231c77264b2398f40 (patch) | |
| tree | 07f5298c0bb2dd59e8a9d8206db26cf15c662829 /config | |
| parent | 66bef8b7d97495c69e7d3d66dac6c69952dbe6b3 (diff) | |
controllers: clients: init
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 6d2a359..59104e5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -13,4 +13,6 @@ Rails.application.routes.draw do # Defines the root path route ("/") root "home#index" + + resources :clients, only: [ :new, :create ] end |
