DBIx::Class::Schema::PopulateMore::Inflator::Find - Inflate via
ResultSet->find
!Find:Rating.10 => $schema->resultset('Rating')->find(10);
!Find:Rating.[key=10] => $schema->resultset('Rating')->find(10);
Given a Source.$value, do a
$schema->Resultset('Source')->find($value) and
use that value. We can't find anything, throw an exception.
This class defines the following attributes.
This module defines the following methods.
This is called by Populate's dispatcher, when there is a match.
Please see DBIx::Class::Schema::PopulateMore For authorship information
Please see DBIx::Class::Schema::PopulateMore For licensing terms.