Merge branch 'master' of github.com:diaspora/diaspora

This commit is contained in:
Daniel Vincent Grippi 2010-09-13 11:43:00 -07:00
commit 3c893454e9

View file

@ -9,7 +9,7 @@ class CommentsController < ApplicationController
text = params[:comment][:text]
@comment = current_user.comment text, :on => target
respond_with @comment
render :nothing => true
end
def show