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.crInstance Method Summary
- 
        #model : Model.class
        
          Returns the model used to list the records. 
- 
        #paginate_queryset
        
          Returns a page resulting from the pagination of the queryset for the current page. 
- 
        #queryset
        
          Returns the queryset used to retrieve the record displayed by the handler. 
Instance Method Detail
        
        def paginate_queryset
        #
      
      
        Returns a page resulting from the pagination of the queryset for the current page.