Thank you for making me notice that the documentation was not clear
enough :)
::ModelPlugin did say:
Show quoted text> The default C<base_class> is
> C<CatalystX::ComponentsFromConfig::ModelAdaptor>, but you can
> specify whatever adaptor you want. Of course, you have to make sure
> that the model-specific configuration block is in the format that
> your adaptor expects.
But I now realise that it's a bit too obscure. I've added this:
Show quoted text> A useful example is when you want to use L<Catalyst::Model::DBIC::Schema>:
>
> <Model::DB>
> base_class Catalyst::Model::DBIC::Schema
> schema_class My::Schema
> <connect_info>
> dsn dbi:SQLite:dbname=/tmp/whatever.db
> </connect_info>
> </Model::DB>
>
> Note that, since we're not using
> L<CatalystX::ComponentsFromConfig::ModelAdaptor>, the way you pass the
> various parameters is different than what is shown at the top.
I'm releasing version 1.001 with this change.