Class: LesliAudit::LogService
- Inherits:
-
Lesli::ApplicationLesliService
- Object
- Lesli::ApplicationLesliService
- LesliAudit::LogService
- Defined in:
- app/services/lesli_audit/log_service.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
36 37 38 39 40 41 |
# File 'app/services/lesli_audit/log_service.rb', line 36 def index current_user.logs.all .order(created_at: :desc) .page(query[:pagination][:page]) .per(query[:pagination][:perPage]) end |