X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FData%2FResult%2FContestProblem.pm;fp=lib%2FGruntmaster%2FData%2FResult%2FContestProblem.pm;h=5ec1dfe998d870545575085d9878cda6e70d8cad;hb=a2aa46e6fb478ba94f05d5ce36b7848e7a8bf807;hp=bf57e09ef37a71a258a833f83c8cc0afead951f9;hpb=adb42d4d148fdb3dd145e4a7452b7b7eda88f66c;p=gruntmaster-data.git diff --git a/lib/Gruntmaster/Data/Result/ContestProblem.pm b/lib/Gruntmaster/Data/Result/ContestProblem.pm index bf57e09..5ec1dfe 100644 --- a/lib/Gruntmaster/Data/Result/ContestProblem.pm +++ b/lib/Gruntmaster/Data/Result/ContestProblem.pm @@ -94,8 +94,9 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-05-16 15:03:32 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fG3PNI7Ar318nxMchtJNuA +sub rawcontest { shift->get_column('contest') } +sub rawproblem { shift->get_column('problem') } -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; __END__