gitlab-org--gitlab-foss/config/routes
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
..
admin.rb
api.rb
ci.rb
dashboard.rb
development.rb
explore.rb
group.rb Move edit group scenario to rspec and refactor groups_spec 2016-10-14 14:51:59 +03:00
help.rb
import.rb
profile.rb
project.rb Merge branch 'members-ui' into 'master' 2016-10-14 12:25:23 +00:00
sherlock.rb
sidekiq.rb
snippets.rb Added 'Download' button to snippet view 2016-10-11 15:36:59 -04:00
uploads.rb
user.rb Fix missing constraints causing route failures when usernames with periods are used 2016-10-08 09:58:25 -07:00