http://www.perlmonks.org?node_id=1007645


in reply to Accessing catalyst app outside request/response cycle

If all you want is a model object, create a model object, don't create an application object

Replies are listed 'Best First'.
Re^2: Accessing catalyst app outside request/response cycle
by mzedeler (Pilgrim) on Dec 06, 2012 at 21:52 UTC
    I must be missing something here, because I need to get access to the current model instance - not a new one.