diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-10-28 11:41:43 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-12-04 09:32:43 +0000 |
commit | b68c23074b7849b30e8f96ea024ec14ec4b8f324 (patch) | |
tree | cb2eaa9b6ebddc3f07583e2899fcf3bb044d9c92 /app/controllers/request_controller.rb | |
parent | 0fdfad30f1232458ffcd624c893387ce300b49bb (diff) |
Add a rudimentary view for an info request batch.
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index b9be333c8..e516501d4 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -226,8 +226,6 @@ class RequestController < ApplicationController return render_new_preview end - # TODO: give messages about bodies - # that are no longer requestable @info_request_batch = InfoRequestBatch.create!(:title => params[:info_request][:title], :body => params[:outgoing_message][:body], :user => authenticated_user) |