Hi. This is what I mean:
Let's consider a 'show' action called by URLs of the form: "GET /posts/
42"
In this project, this action can be either called directly or within a
page with XHR (ajax). Is there a pretty way to render the page within
the layout when it's a direct call, and without it when it's an XHR
call?