summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2015-02-25 18:47:09 -0800
committerJesse Morgan <jesse@jesterpm.net>2015-02-25 18:47:09 -0800
commit4e94e31aa0acda54ae962840b57ae42ca6e71185 (patch)
tree19fa5fdc8c3bea56fb93463508a81514acd0f604 /config
parentf031bdc3e5214c699123830d8cc9f9309b792a68 (diff)
rails generate scaffold Download
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
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".