Sha256: cfb0e88cdb23c45be7ba96e87c7ca22262f400b1921ed49a729f71a92a29662f
Contents?: true
Size: 223 Bytes
Versions: 27
Compression:
Stored size: 223 Bytes
Contents
class Exceptions < Application # 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
27 entries across 26 versions & 6 rubygems