The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Catalyst::Plugin::Widget::WithResultSet - Widget having DBIx::ResultSet

SYNOPSIS

use Moose;
has '+rs' => ( is => 'rw', default => 'Schema::User' );
1;

METHODS

rs

DBIx::Class::ResultSet instance or string shortcut for Catalyst-Model-DBIC-Schema.

order_by

Default ordering for 'resultset' (if any specified).

resultset

DBIx::Class::ResultSet instance.