How could i render my error pages in production mode, so that they are in same layout as rest pages? For example, not 404 as standart
<h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
without any layout, but this message in my layout (called application.html.haml)?
Is it real? And what and where i need to write? I google'd but for own layout didn't find good one....
i use rails 3.2.8, ruby 1.9.3