Sha256: 661344e9a81b9093c61d7e79b6e8009e772f8f30e6ddcb13aaf941c6f3613020
Contents?: true
Size: 233 Bytes
Versions: 5
Compression:
Stored size: 233 Bytes
Contents
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
Version data entries
5 entries across 5 versions & 1 rubygems