Help for this page
{ package MyApp::Schema::Result::League; # ... ... __PACKAGE__->belongs_to( team => "MyApp::Schema::Result::Team" ); # ... }