Class: LesliAudit::LogsController
- Inherits:
-
ApplicationController
- Object
- Lesli::ApplicationLesliController
- ApplicationController
- LesliAudit::LogsController
- Defined in:
- app/controllers/lesli_audit/logs_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /logs.
-
#show ⇒ Object
GET /logs/1.
Instance Method Details
#index ⇒ Object
GET /logs
6 7 8 |
# File 'app/controllers/lesli_audit/logs_controller.rb', line 6 def index @logs = respond_with_pagination(LesliAudit::LogService.new(current_user, query).index) end |
#show ⇒ Object
GET /logs/1
11 12 |
# File 'app/controllers/lesli_audit/logs_controller.rb', line 11 def show end |