Issue 1845 (#1846)
* Fix bug preventing Feedback from being requested

* Fix Rubocop violations

* Extract feedback requests into own controller

* Add test for feedback requests

* Fix Rubocop violations
dev
1 parent afdd58f commit 4e4b4db614e5b35ce3ab4187cbe10b6cbe88917f
@Gavin Morrice Gavin Morrice authored on 27 Aug 2018
GitHub committed on 27 Aug 2018
Showing 9 changed files
View
app/controllers/feedback_requests_controller.rb 0 → 100644
View
app/controllers/plans_controller.rb
View
app/models/plan.rb
View
app/views/plans/_share_form.html.erb
View
config/routes.rb
View
spec/factories/orgs.rb
View
spec/factories/plans.rb
View
spec/features/feedback_requests_spec.rb 0 → 100644
View
spec/support/helpers/sessions_helper.rb