Don't redirect on status message create

This commit is contained in:
Raphael 2010-10-07 12:01:49 -07:00
parent 0859d8ebfe
commit 9cbdf78aa7

View file

@ -23,7 +23,7 @@ class StatusMessagesController < ApplicationController
end
@status_message = current_user.post(:status_message, data)
respond_with @status_message
render :nothing => true
end
def destroy