From 292a41cbe295f16f7148913b31eb0fb91f3251c3 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 24 Feb 2012 22:36:44 +0200 Subject: Fixed comments for snippets. Tests fixed --- app/controllers/snippets_controller.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/controllers/snippets_controller.rb') diff --git a/app/controllers/snippets_controller.rb b/app/controllers/snippets_controller.rb index ec1adeaa66f..bfcfda0fc71 100644 --- a/app/controllers/snippets_controller.rb +++ b/app/controllers/snippets_controller.rb @@ -55,7 +55,6 @@ class SnippetsController < ApplicationController end def show - @notes = @snippet.notes @note = @project.notes.new(:noteable => @snippet) render_full_content end -- cgit v1.2.1