Sha256: 003c591bae92311b92a414e301723f914dd46faf8646fa2439705c16377676a9
Contents?: true
Size: 228 Bytes
Versions: 94
Compression:
Stored size: 228 Bytes
Contents
class Exceptions < Merb::Controller # handle NotFound exceptions (404) def not_found render :format => :html end # handle NotAcceptable exceptions (406) def not_acceptable render :format => :html end end
Version data entries
94 entries across 59 versions & 9 rubygems