projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
da4da18
)
fix up config usage (try 2, since I'm an idiot)
matthewt [Sun, 22 Jun 2008 18:08:46 +0000 (18:08 +0000)]
lib/Catalyst/Model/Reaction/InterfaceModel/DBIC.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Catalyst/Model/Reaction/InterfaceModel/DBIC.pm
b/lib/Catalyst/Model/Reaction/InterfaceModel/DBIC.pm
index
51654c2
..
e0abf71
100644
(file)
--- 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;