aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/InterfaceModel/Reflector/DBIC.pm
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-02 18:49:19 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-02 18:49:19 +0000
commitc8fbb8ad6185f3f14717138aaf8bb95d6b2d27b2 (patch)
tree03f004e2e8b59e5b809444d323c48b4b9c7221fd /lib/Reaction/InterfaceModel/Reflector/DBIC.pm
parent2f670e13aa8f30bbf6ba910f2d8ef97aa8a9e3e5 (diff)
downloadreaction-c8fbb8ad6185f3f14717138aaf8bb95d6b2d27b2.tar.gz
reaction-c8fbb8ad6185f3f14717138aaf8bb95d6b2d27b2.zip
work in progress, listview still broken
Diffstat (limited to 'lib/Reaction/InterfaceModel/Reflector/DBIC.pm')
-rw-r--r--lib/Reaction/InterfaceModel/Reflector/DBIC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reaction/InterfaceModel/Reflector/DBIC.pm b/lib/Reaction/InterfaceModel/Reflector/DBIC.pm
index 8df719b..c602e83 100644
--- a/lib/Reaction/InterfaceModel/Reflector/DBIC.pm
+++ b/lib/Reaction/InterfaceModel/Reflector/DBIC.pm
@@ -380,7 +380,7 @@ class DBIC, which {
my $make_immutable = $meta->is_immutable || $self->make_classes_immutable;;
$meta->make_mutable if $meta->is_immutable;
- $meta->add_method(_build__im_class => sub{ $object } );
+ $meta->add_method(_build_member_type => sub{ $object } );
#XXX as a default pass the domain model as a target_model until i come up with something
#better through the coercion method
my $def_act_args = sub {