Class: ProxES::AuditLogs
- Inherits:
-
Component
- Object
- Sinatra::Base
- Application
- Component
- ProxES::AuditLogs
- Defined in:
- lib/proxes/controllers/audit_logs.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
11 12 13 |
# File 'lib/proxes/controllers/audit_logs.rb', line 11 def list super.order(:created_at).reverse end |