modify delete co-author message

This commit is contained in:
Rueshyna 2012-12-03 14:04:23 +08:00 committed by chris
parent a6a50227eb
commit 0affc73370
1 changed files with 1 additions and 1 deletions

View File

@ -58,6 +58,6 @@ class Desktop::CoAuthorsController < ApplicationController
@co_author = CoAuthor.find(params[:id])
@co_author.destroy
render :json => {success: true, msg: "Paper deleted successfully!"}
render :json => {success: true, msg: "Co-author deleted successfully!"}
end
end