Class: ExceptionsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ExceptionsController
- Defined in:
- app/controllers/exceptions_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/exceptions_controller.rb', line 4 def index @exceptions = ExceptionEngine::Data.all.descending(:created_at) end |