Sha256: b766326aab7f0dab64b1b1da0a2636efe611b759d62221d26f8f580475743a69
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
class ExceptionsApp < Rambulance::ExceptionsApp def internal_server_error render inline: <<-BODY <html> <body> <h1>Custom error page</h1> <p>Something went wrong!</p> </body> </html> BODY end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rambulance-0.1.1 | spec/fake_app/lib/exceptions_app.rb |