in reply to Re: I need help adding a new model to a legacy Catalyst setup
in thread I need help adding a new model to a legacy Catalyst setup

The model name is $c->model('DB::OtherThing'), you just forgot the prefix.

So simple and yet it had my stumped for hours. Thank you so much.

  • Comment on Re^2: I need help adding a new model to a legacy Catalyst setup