Marten::Handlers::RecordRetrieving
Provides the ability to retrieve a specific model record.
Instance methods
Macros
model(model_klass)
Allows to configure the model class that should be used to retrieve the record.
queryset(queryset)
Allows to configure the query set that should be used to retrieve the record.
This macro should only be used in situations where the model macro is not used.