The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Class::Schema::PopulateMore::Inflator::Find - Inflate via ResultSet->find

SYNOPSIS

    !Find:Rating.10 => $schema->resultset('Rating')->find(10);
    !Find:Rating.[key=10] => $schema->resultset('Rating')->find(10);

DESCRIPTION

Given a Source.$value, do a $schema->Resultset('Source')->find($value) and use that value. We can't find anything, throw an exception.

ATTRIBUTES

This class defines the following attributes.

METHODS

This module defines the following methods.

inflate($command, $string)

This is called by Populate's dispatcher, when there is a match.

AUTHOR

Please see DBIx::Class::Schema::PopulateMore For authorship information

LICENSE

Please see DBIx::Class::Schema::PopulateMore For licensing terms.