Help for this page

Select Code to Download


  1. or download this
    {
        package MyApp::Schema::Result::League;
        # ...
    ...
        __PACKAGE__->belongs_to( team => "MyApp::Schema::Result::Team" );
        # ...
    }