
The autocrud_helper keyword is not very useful.
If your controller uses DBIx::Class and Gantry::Plugins::AutoCRUD,
use this to override the default AutoCRUD helper with one you write yourself.
The default helper is Gantry::Plugins::AutoCRUDHelper::DBIxClass and your helper must provide the same API.

Build the example with:
bigtop -c example.bigtop all
Change to the Kids directory and look for NonStandard in lib/Kids/Child.pm. Note that you must write and install ORM::NonStandard.