Modify thank_you route

This commit is contained in:
Bernie Chiu 2013-10-04 14:08:18 +08:00
parent 88c8ca68d0
commit 48969b70b5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Rails.application.routes.draw do
end
namespace :front_end do
match "ask_questions/thank_you" => "ask_questions#thank_you", :as => 'thank_you'
get "ask_questions/thank_you" => "ask_questions#thank_you", :as => 'thank_you'
match "ask_questions/sorry" => "ask_questions#sorry", :as => 'sorry'
resources :ask_questions
end