diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-21 22:52:41 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-21 22:52:41 -0400 |
| commit | 20f2479b33bc548c4736cdc1ceffde6e3af3a31d (patch) | |
| tree | fcc7416ee5cc9302235fb47b716298d254343433 /config | |
| parent | 41155441c9412ab0dba0b62f606cdef5488343f1 (diff) | |
| download | thoughts-20f2479b33bc548c4736cdc1ceffde6e3af3a31d.tar.gz thoughts-20f2479b33bc548c4736cdc1ceffde6e3af3a31d.tar.bz2 thoughts-20f2479b33bc548c4736cdc1ceffde6e3af3a31d.zip | |
Added quote editing
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/routes.rb b/config/routes.rb index 59589aa..1671d54 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -28,7 +28,7 @@ Rails.application.routes.draw do | |||
| 28 | end | 28 | end |
| 29 | end | 29 | end |
| 30 | 30 | ||
| 31 | resources :quotes, only: [:index, :destroy] do | 31 | resources :quotes do |
| 32 | collection do | 32 | collection do |
| 33 | get 'pending' | 33 | get 'pending' |
| 34 | end | 34 | end |
