aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-10-24 16:00:10 +0100
committerLouise Crow <louise.crow@gmail.com>2013-12-04 09:32:42 +0000
commitcf11b959899d54cf3c7f4e018f11c2c89c83d4af (patch)
tree0508899f4581155e77940fb099d1a3c0bc3dc042 /config/routes.rb
parentaf739bfb229c66655c86d588ad37920f3584973f (diff)
Simple code for the happy path
Create the batch and associate new requests with it, send the outgoing messages, and redirect to a page for the new batch.
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 2c4987db6..8a7de6fdd 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -65,6 +65,8 @@ Alaveteli::Application.routes.draw do
resource :report, :only => [:new, :create]
end
+ resources :info_request_batch, :only => :show
+
#### User controller
# Use /profile for things to do with the currently signed in user.
# Use /user/XXXX for things that anyone can see about that user.