Class: RoundhouseUi::AuditController

Inherits:
ApplicationController show all
Defined in:
app/controllers/roundhouse_ui/audit_controller.rb

Constant Summary

Constants inherited from ApplicationController

RoundhouseUi::ApplicationController::AUDIT_VERBS

Instance Method Summary collapse

Methods inherited from ApplicationController

#redirect_to

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/roundhouse_ui/audit_controller.rb', line 3

def index
  @entries = RoundhouseUi::Audit.recent
end