Class: LogExceptions::ExceptionsController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



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

def index
  @title      = "Exceptions"
  @exceptions = Exception.recent
end