summaryrefslogtreecommitdiff
path: root/app/controllers/snippets_controller.rb
diff options
context:
space:
mode:
authorAndrew8xx8 <avk@8xx8.ru>2013-03-24 22:31:14 +0400
committerAndrew8xx8 <avk@8xx8.ru>2013-03-24 22:31:14 +0400
commit5b35000f16201bd631f161ef6d79b0a77dc2c27b (patch)
tree903e41d676c1939bae2cb8d6232c7fc9380bbff5 /app/controllers/snippets_controller.rb
parentbc7c5f87bbd5cc25a0aaf03e9e5ecf6a65375098 (diff)
downloadgitlab-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.rb2
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