Cleanup Jobset serialization

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2013-10-24 11:01:17 -04:00
parent 78dcd3e619
commit 04d8adaad3
2 changed files with 15 additions and 4 deletions

View File

@ -308,4 +308,14 @@ __PACKAGE__->has_many(
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-10-14 15:46:29
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DTAGxP5RFvcNxP/ciJGo4Q
my %hint = (
relations => {
jobsetinputs => "name"
}
);
sub json_hint {
return \%hint;
}
1;