Sha256: b4a6c0d16c41406e523c86496abcd5dcaa451d35bc485995a3bd9d381d467b6e
Contents?: true
Size: 651 Bytes
Versions: 38
Compression:
Stored size: 651 Bytes
Contents
<header role="banner"> <h1>No template for interactive request</h1> </header> <main id="container"> <h2><%= h @exception.message %></h2> <p class="summary"> <strong>NOTE!</strong><br> Unless told otherwise, Rails expects an action to render a template with the same name,<br> contained in a folder named after its controller. If this controller is an API responding with 204 (No Content), <br> which does not require a template, then this error will occur when trying to access it via browser,<br> since we expect an HTML template to be rendered for such requests. If that's the case, carry on. </p> </main>
Version data entries
38 entries across 36 versions & 4 rubygems