Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-04-12 01:33:26 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-04-12 18:10:58 +0300
commitef22b76b732c2bf4ce52b8a73570ac2921f9caa4 (patch)
tree871bb03716893281710875869f726d1aca05ed63 /config/routes.rb
parentfe58c1f13cc0758bbbd8f85b8794b458b3a72b55 (diff)
Simplify Projects::NotificationSettingsController
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 552385110dd..48601b7567b 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -608,7 +608,7 @@ Rails.application.routes.draw do
resources :forks, only: [:index, :new, :create]
resource :import, only: [:new, :create, :show]
- resource :notification_setting, only: [:create, :update]
+ resource :notification_setting, only: [:update]
resources :refs, only: [] do
collection do