diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-15 16:10:06 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-15 16:10:06 +1100 |
commit | 5ec01b1f9ed6a3b83b38604272f3700ce6ce05b9 (patch) | |
tree | 39f776efbd9c02dad144b07ea3bd146ecae28e74 | |
parent | c5e5cb765399b0839704a7636757f0a89ef6a484 (diff) |
These routes were renamed in 64fe099163e8b786e6c05fe05fe9cbb8c068e380
-rw-r--r-- | config/routes.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb index f630083aa..d6f4e5ec7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -155,9 +155,9 @@ Alaveteli::Application.routes.draw do #### #### RequestGame controller - match '/categorise/play' => 'request_game#play', :as => :play - match '/categorise/request/:url_title' => 'request_game#show', :as => :request - match '/categorise/stop' => 'request_game#stop', :as => :stop + match '/categorise/play' => 'request_game#play', :as => :categorise_play + match '/categorise/request/:url_title' => 'request_game#show', :as => :categorise_request + match '/categorise/stop' => 'request_game#stop', :as => :categorise_stop #### #### AdminPublicBody controller |