burnt out, so writing some docs to clear my brain
[catagits/Reaction.git] / lib / ComponentUI / TestModel.pm
index 2559776..e13c31c 100644 (file)
@@ -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....
+              ],
   );