Skip to content

Commit

Permalink
Remove endpoint for creating problem reports
Browse files Browse the repository at this point in the history
This endpoint has been moved to the 'support-api' app.
  • Loading branch information
benilovj committed Oct 4, 2014
1 parent 9818b1f commit e3a1e6e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 146 deletions.
19 changes: 0 additions & 19 deletions app/controllers/anonymous_feedback/problem_reports_controller.rb

This file was deleted.

2 changes: 0 additions & 2 deletions config/routes.rb
Expand Up @@ -11,8 +11,6 @@
resources :named_contacts, only: :create

namespace :anonymous_feedback do
resources :problem_reports, only: :create, format: false

get 'problem_reports', to: redirect {|p, req| req.params[:path] ? "/anonymous_feedback?path=" + req.params[:path] : "/anonymous_feedback"}

namespace :problem_reports do
Expand Down
39 changes: 0 additions & 39 deletions lib/zendesk/ticket/problem_report_ticket.rb

This file was deleted.

42 changes: 0 additions & 42 deletions spec/features/anonymous_feedback_spec.rb

This file was deleted.

44 changes: 0 additions & 44 deletions spec/models/zendesk/ticket/problem_report_ticket_spec.rb

This file was deleted.

0 comments on commit e3a1e6e

Please sign in to comment.