Sha256: f62fab4ee5ebe982091f5e4d0d03afa254f76ada41ab2a69752c60304e1c3a52
Contents?: true
Size: 303 Bytes
Versions: 11
Compression:
Stored size: 303 Bytes
Contents
if(RailsExceptionHandler.configuration.activate?) class ErrorResponseController < ApplicationController def index render(:text => @_env['exception_handler.response'], :layout => @_env['exception_handler.layout']) end def dummy_action render :nothing => true end end end
Version data entries
11 entries across 11 versions & 1 rubygems