gitlab-org--gitlab-foss/config
Dmitriy Zaporozhets 48d223d7c9 Merge branch 'issue-23306-fix' into 'master'
Add missing routes to make group edits work

6b90ccb9fd changed the routes so that users/groups can be accessed via`/:id`, but the Rails `form_for` method expects to use the `groups#show` path helper for the form action URL. This causes group edits and deletes to fail because the PUT/PATCH/DELETE methods did not exist for `/:id`.  This MR adds these methods so that `form_for` continues to work.

Closes #23306 


See merge request !6874
2016-10-14 12:25:56 +00:00
..
environments
initializers Precalculate trending projects 2016-10-10 12:27:08 +02:00
locales
routes Merge branch 'issue-23306-fix' into 'master' 2016-10-14 12:25:56 +00:00
application.rb Merge commit 'dev/security' into 'master' 2016-10-06 08:33:11 +02:00
aws.yml.example
boot.rb
database.yml.env
database.yml.mysql
database.yml.postgresql
dependency_decisions.yml
environment.rb
gitlab.yml.example Merge branch 'docs/refactor-reply-by-email' into 'master' 2016-10-11 13:27:23 +00:00
license_finder.yml
mail_room.yml
newrelic.yml
resque.yml.example
routes.rb Rename method in test 2016-10-14 11:07:01 +02:00
secrets.yml.example
sidekiq.yml.example
unicorn.rb.example
unicorn.rb.example.development