Flesh out the API a bit

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2013-10-29 13:54:11 -04:00
parent b51b8cddf4
commit 4eef090a45
5 changed files with 14 additions and 5 deletions

View File

@ -171,7 +171,9 @@ __PACKAGE__->belongs_to(
my %hint = (
columns => [
"revision"
"revision",
"type",
"uri"
],
);