Sha256: 8b0775e49bfae8300cf2a47b61399523f82ceebecd7cf99117eb8b8992ece3a2
Contents?: true
Size: 192 Bytes
Versions: 2
Compression:
Stored size: 192 Bytes
Contents
class ExceptionsApp < Rambulance::ExceptionsApp def bad_request end def forbidden end def internal_server_error end def not_found end def unprocessable_content end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rambulance-3.3.0 | lib/generators/rambulance/templates/exceptions_app.rb |
rambulance-3.2.0 | lib/generators/rambulance/templates/exceptions_app.rb |