module Marten::Handlers::RecordListing

Overview

Provides the ability to retrieve a list of model records.

Direct including types

Defined in:

marten/handlers/concerns/record_listing.cr

Instance Method Summary

Instance Method Detail

def model : Model.class #

Returns the model used to list the records.


[View source]
def paginate_queryset #

Returns a page resulting from the pagination of the queryset for the current page.


[View source]
def queryset #

Returns the queryset used to retrieve the record displayed by the handler.


[View source]