The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

USE

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.

EXAMPLE

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.