summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-04-11 19:33:26 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-04-12 12:10:58 -0300
commitef22b76b732c2bf4ce52b8a73570ac2921f9caa4 (patch)
tree871bb03716893281710875869f726d1aca05ed63 /config
parentfe58c1f13cc0758bbbd8f85b8794b458b3a72b55 (diff)
downloadgitlab-ce-ef22b76b732c2bf4ce52b8a73570ac2921f9caa4.tar.gz
Simplify Projects::NotificationSettingsController
Diffstat (limited to 'config')
-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