Has anyone gotten rescue_from to work with this error?

I have

  rescue_from Riddle::OutOfBoundsError, :with => :render_410

  def render_410
    render :nothing => true, :status => 410
  end

in my ApplicationController and it doesn't seem to do anything. Any
ideas?

-Ben

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en.

Reply via email to