aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/TestModel.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ComponentUI/TestModel.pm')
-rw-r--r--lib/ComponentUI/TestModel.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ComponentUI/TestModel.pm b/lib/ComponentUI/TestModel.pm
index 2559776..e13c31c 100644
--- a/lib/ComponentUI/TestModel.pm
+++ b/lib/ComponentUI/TestModel.pm
@@ -11,7 +11,9 @@ $reflector->reflect_schema
(
model_class => __PACKAGE__,
schema_class => 'RTest::TestDB',
- sources => [qw/Foo Bar Baz/],
+ sources => [qw/Foo Baz/,
+ [ Bar => {attributes => [[-exclude => 'avatar']] } ], ## for now....
+ ],
);