diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-03-05 16:13:28 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-03-05 16:13:28 +1100 |
commit | 78f2cb7a5d5ffabaf186e70e6fa02e60cbd724bc (patch) | |
tree | 3eb2a8861b2e27a80646dde6eb6b1a296a389de8 /config/routes.rb | |
parent | 25aad2807e04e2f0bc5dc339140915d6ca8ef3c7 (diff) |
Remove code added previously because on the wrong track
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 16f8644dd..0a0736eaa 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -55,7 +55,6 @@ ActionController::Routing::Routes.draw do |map| request.similar_request '/similar/request/:url_title', :action => 'similar' request.describe_state '/request/:id/describe', :action => 'describe_state', :conditions => {:method => :post} - request.describe_state_requires_admin '/request/:url_title/describe/requires_admin', :action => 'describe_state_requires_admin', :conditions => { :method => :post } request.show_response_no_followup '/request/:id/response', :action => 'show_response' request.show_response '/request/:id/response/:incoming_message_id', :action => 'show_response' request.get_attachment_as_html '/request/:id/response/:incoming_message_id/attach/html/:part/*file_name', :action => 'get_attachment_as_html' |