Class: LesliAudit::LogsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/lesli_audit/logs_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

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

#showObject

GET /logs/1



11
12
# File 'app/controllers/lesli_audit/logs_controller.rb', line 11

def show
end