diff options
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 |
