Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
3c893454e9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class CommentsController < ApplicationController
|
||||||
text = params[:comment][:text]
|
text = params[:comment][:text]
|
||||||
|
|
||||||
@comment = current_user.comment text, :on => target
|
@comment = current_user.comment text, :on => target
|
||||||
respond_with @comment
|
render :nothing => true
|
||||||
end
|
end
|
||||||
|
|
||||||
def show
|
def show
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue