Arguments are possible
__PACKAGE__->config( args => { here => 'are', some => 'args' } );
---
Model::Foo:
args:
here: are
some: args
| Catalyst | Improving your Catalyst Application | #28 |
__PACKAGE__->config( args => { here => 'are', some => 'args' } );
---
Model::Foo:
args:
here: are
some: args
| Infinity Interactive |