Skip to content

Commit

Permalink
Remove the Supporter thank you page
Browse files Browse the repository at this point in the history
The rest of the supporter code has already been removed
  • Loading branch information
Empact committed Aug 3, 2016
1 parent bedd84c commit ce0fcb4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 24 deletions.
6 changes: 0 additions & 6 deletions app/controllers/supporters_controller.rb

This file was deleted.

5 changes: 0 additions & 5 deletions app/views/supporters/thank_you.html.erb

This file was deleted.

2 changes: 0 additions & 2 deletions config/routes.rb
Expand Up @@ -32,8 +32,6 @@

root :controller => "information", :action => "index"

resources :supporters, :collection => {:thank_you => :get}

get 'possibilities' => 'information#possibilities', as: 'possibilities_information'
get 'people' => 'information#people', as: 'people_information'
get 'problems' => redirect('possibilities')
Expand Down
21 changes: 10 additions & 11 deletions spec/examples.txt
@@ -1,13 +1,12 @@
example_id | status | run_time |
-------------------------------------------------------- | ------ | --------------- |
./spec/controllers/actions_controller_spec.rb[1:1:1] | passed | 0.00951 seconds |
./spec/controllers/actions_controller_spec.rb[1:2:1] | passed | 0.02281 seconds |
./spec/controllers/information_controller_spec.rb[1:1:1] | passed | 0.01442 seconds |
./spec/controllers/information_controller_spec.rb[1:2:1] | passed | 0.0161 seconds |
./spec/controllers/information_controller_spec.rb[1:3:1] | passed | 0.01049 seconds |
./spec/models/blog_post_spec.rb[1:1:1] | passed | 0.00076 seconds |
./spec/models/blog_post_spec.rb[1:2:1] | passed | 0.00019 seconds |
./spec/models/blog_post_spec.rb[1:3:1] | passed | 0.00097 seconds |
./spec/models/blog_post_spec.rb[1:4:1] | passed | 0.00024 seconds |
./spec/models/blog_post_spec.rb[1:5:1] | passed | 0.00195 seconds |
./spec/requests/deprectated_routes_spec.rb[1:1:1] | passed | 0.00644 seconds |
./spec/controllers/actions_controller_spec.rb[1:1:1] | passed | 0.0088 seconds |
./spec/controllers/information_controller_spec.rb[1:1:1] | passed | 0.01974 seconds |
./spec/controllers/information_controller_spec.rb[1:2:1] | passed | 0.04721 seconds |
./spec/controllers/information_controller_spec.rb[1:3:1] | passed | 0.01196 seconds |
./spec/models/blog_post_spec.rb[1:1:1] | passed | 0.00093 seconds |
./spec/models/blog_post_spec.rb[1:2:1] | passed | 0.00161 seconds |
./spec/models/blog_post_spec.rb[1:3:1] | passed | 0.00179 seconds |
./spec/models/blog_post_spec.rb[1:4:1] | passed | 0.00019 seconds |
./spec/models/blog_post_spec.rb[1:5:1] | passed | 0.00138 seconds |
./spec/requests/deprectated_routes_spec.rb[1:1:1] | passed | 0.00391 seconds |

0 comments on commit ce0fcb4

Please sign in to comment.