Sha256: 55a90f355e3874d69179a75414603da8e85b77c62659402cdcb84683dcffeb57
Contents?: true
Size: 200 Bytes
Versions: 71
Compression:
Stored size: 200 Bytes
Contents
class ErrorsController < ApplicationController def not_found render :status => 404, :formats => [:html] end def server_error render :status => 500, :formats => [:html] end end
Version data entries
71 entries across 71 versions & 1 rubygems