Sha256: 0893bf8200a569a3b2e1efb3506131cbb2144da17c39a910763892bce960e48a
Contents?: true
Size: 227 Bytes
Versions: 60
Compression:
Stored size: 227 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
60 entries across 60 versions & 23 rubygems