Fixed comments for snippets. Tests fixed

This commit is contained in:
Dmitriy Zaporozhets 2012-02-24 22:36:44 +02:00
parent d41d8ffb02
commit 292a41cbe2
7 changed files with 26 additions and 24 deletions

View file

@ -55,7 +55,6 @@ class SnippetsController < ApplicationController
end
def show
@notes = @snippet.notes
@note = @project.notes.new(:noteable => @snippet)
render_full_content
end