Fix thinko.

This commit is contained in:
Tom Hughes 2007-08-22 07:40:23 +00:00
parent 8b62df8b9c
commit 30c20855e3

View file

@ -33,7 +33,7 @@ class MessageController < ApplicationController
@message.message_read = 1
@message.save
rescue ActiveRecord::RecordNotFound
render :none, :status => :not_found
render :nothing => true, :status => :not_found
end
def inbox