protected Method

Base.erase_render_results(

Clears the rendered results, allowing for another render to be performed.

Source Code

# File action_controller/base.rb, line 965
def erase_render_results #:nodoc:
  response.body = nil
  @performed_render = false
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.