diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-12-12 14:06:51 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-12-12 16:47:07 +0000 |
commit | 12aca5dd819653e596f7c13e587e6e7967d6ded3 (patch) | |
tree | dc709eca4bdef1a0f5915c81703067440c03ca59 /app/controllers/admin_outgoing_message_controller.rb | |
parent | 64e636fee3651f5f6c9d3e34bd1260d546e11ce7 (diff) |
Use RESTful routing for index and show actions
Diffstat (limited to 'app/controllers/admin_outgoing_message_controller.rb')
-rw-r--r-- | app/controllers/admin_outgoing_message_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin_outgoing_message_controller.rb b/app/controllers/admin_outgoing_message_controller.rb index ec0981677..76166ec05 100644 --- a/app/controllers/admin_outgoing_message_controller.rb +++ b/app/controllers/admin_outgoing_message_controller.rb @@ -14,7 +14,7 @@ class AdminOutgoingMessageController < AdminController { :editor => admin_current_user(), :deleted_outgoing_message_id => outgoing_message_id }) flash[:notice] = 'Outgoing message successfully destroyed.' - redirect_to admin_request_show_url(@info_request) + redirect_to admin_request_url(@info_request) end def update |