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

Version Path
rails_exception_handler-1.3.2 app/controllers/error_response_controller.rb
rails_exception_handler-1.3.0 app/controllers/error_response_controller.rb
rails_exception_handler-1.2.1 app/controllers/error_response_controller.rb
rails_exception_handler-1.2.0 app/controllers/error_response_controller.rb
rails_exception_handler-1.1.2 app/controllers/error_response_controller.rb