diff options
author | Andrew8xx8 <avk@8xx8.ru> | 2013-03-24 22:31:14 +0400 |
---|---|---|
committer | Andrew8xx8 <avk@8xx8.ru> | 2013-03-24 22:31:14 +0400 |
commit | 5b35000f16201bd631f161ef6d79b0a77dc2c27b (patch) | |
tree | 903e41d676c1939bae2cb8d6232c7fc9380bbff5 /app/controllers/snippets_controller.rb | |
parent | bc7c5f87bbd5cc25a0aaf03e9e5ecf6a65375098 (diff) | |
download | gitlab-ce-5b35000f16201bd631f161ef6d79b0a77dc2c27b.tar.gz |
Snippets feature refactored. Tests now use spinach
Diffstat (limited to 'app/controllers/snippets_controller.rb')
-rw-r--r-- | app/controllers/snippets_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/snippets_controller.rb b/app/controllers/snippets_controller.rb index a2e22a670a3..bb5fffca33c 100644 --- a/app/controllers/snippets_controller.rb +++ b/app/controllers/snippets_controller.rb @@ -60,7 +60,7 @@ class SnippetsController < ProjectResourceController @snippet.destroy - redirect_to project_snippets_path(@project) + redirect_to project_snippet_path(@project) end def raw |