Sha256: d5d3f034a5b347bbff08f1960b33e7b94cc55155a912091499075b4f88674be0
Contents?: true
Size: 340 Bytes
Versions: 7
Compression:
Stored size: 340 Bytes
Contents
class StatusController < ApplicationController def exception_action raise 'error' end def error_action error end def not_found_action not_found end def unauthorized_action unauthorized end def forbidden_action forbidden end def unprocessable_entity_action unprocessable_entity end end
Version data entries
7 entries across 7 versions & 1 rubygems