[DBIx-Class-Devel] Re: [dbix-class] Add support for
 load_namespaces(lazy_load => 1, ...) (#32)
    Andreas Granig 
    notifications at github.com
       
    Wed Sep  4 19:19:23 GMT 2013
    
    
  
Hi, I actually do $c->model('DB')->resultset('myresult') throughout my code, except for the authentication config, where I have:
```
            ...
            store => {
                class => 'DBIx::Class',
                user_model => 'DB::myresult'
            ...
```
I'll check if I can work around this somehow.
---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/dbix-class/pull/32#issuecomment-23816377
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20130904/4cee9d71/attachment.htm
    
    
More information about the DBIx-Class-Devel
mailing list