USE
The text_description
is used by CRUD schemes in various places, notably to fill in the blank in 'Delete ____?'
At present the description is put into the text_description
method which is generated in the stub. In particular, this means that changing the description in the bigtop file has no affect once the controller is generated.
EXAMPLE
Build the example with:
bigtop -c example.bigtop all
Look for wild child
lib/Kids/Child.pm
.