Class: ExceptionsController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/exceptions_controller.rb', line 4

def index
  @exceptions = ExceptionEngine::Data.all.descending(:created_at)
end