Skip to content

Commit

Permalink
Merge 198b6bc into 9fb0b2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Getty committed Nov 18, 2013
2 parents 9fb0b2e + 198b6bc commit 5ae0528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DBIx/Class/Helper/ResultSet/CorrelateRelationship.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sub correlate {
$self->search(undef, {
'+columns' => {
book_count => $self->correlate('book')->count_rs->as_query
book_count => $self->correlate('books')->count_rs->as_query
}
});
}
Expand Down

0 comments on commit 5ae0528

Please sign in to comment.