remove coverage

This commit is contained in:
albert
2011-01-20 17:41:54 -05:00
parent a6dfd4f0f5
commit d84818366b
52 changed files with 9 additions and 104435 deletions

View File

@@ -33,7 +33,7 @@ class NotesController < ApplicationController
def revert
@note = Note.find(params[:id])
@version = NoteVersion.find(params[:version_id])
@note.revert_to(@version)
@note.revert_to!(@version)
respond_with(@note)
end
end