martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
396 stars 21 forks source link

Add `queryset` macro to handlers retrieving records #180

Closed ellmetha closed 3 months ago

ellmetha commented 4 months ago

Description

As discussed in #179, let's ensure that the #queryset macro that is available to Marten::Handlers::RecordList handlers is also available to handlers that use a query set for retrieving a specific record (like Marten::Handlers::RecordDetail handlers for example).