diff options
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 3f66539..1486509 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,6 @@  Rails.application.routes.draw do +  resources :downloads +    # The priority is based upon order of creation: first created -> highest priority.    # See how all your routes lay out with "rake routes". | 
