Is there a way to obtain the response body of the last render in Rails3 beta3?
For example, given: render :action=>'aaa', :layout=>'bbb'
I had thought something like @_current_render would work but it did not, it is nil.
Is there a way to obtain the response body of the last render in Rails3 beta3?
For example, given: render :action=>'aaa', :layout=>'bbb'
I had thought something like @_current_render would work but it did not, it is nil.
What about response_body?