From 6f51eb8562a023cd9ddf6a2ad09f0f416673b079 Mon Sep 17 00:00:00 2001 From: matthewt Date: Sun, 22 Jun 2008 18:08:46 +0000 Subject: fix up config usage (try 2, since I'm an idiot) --- lib/Catalyst/Model/Reaction/InterfaceModel/DBIC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Catalyst') diff --git a/lib/Catalyst/Model/Reaction/InterfaceModel/DBIC.pm b/lib/Catalyst/Model/Reaction/InterfaceModel/DBIC.pm index 51654c2..e0abf71 100644 --- a/lib/Catalyst/Model/Reaction/InterfaceModel/DBIC.pm +++ b/lib/Catalyst/Model/Reaction/InterfaceModel/DBIC.pm @@ -49,7 +49,7 @@ class DBIC, is 'Reaction::Object', is 'Catalyst::Component', which { my ($self, $ctx) = @_; my $schema = $self->_schema->clone; - my $im_class = $self->config->{im_class}; + my $im_class = $self->_im_class; #XXXthis could be cut out later for a more elegant method my @domain_models = $im_class->domain_models; -- cgit v1.2.3-54-g00ecf