Remove unused render_full_content filter

This commit is contained in:
Robert Speicher 2012-09-20 14:43:38 -04:00
parent a1e68a9120
commit 5a5d214de4
6 changed files with 0 additions and 9 deletions

View file

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