Class: WhatsWrong::ExceptionsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/whats_wrong/exceptions_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/whats_wrong/exceptions_controller.rb', line 6

def show
  render "exceptions/#{status}", status: status
end