use the app_name for the list objects variable name when the entry-point value is set, for example if the app_name is categories, and crud is generated using the entry-point option, use the app_name categories instead of doing categorys for the list object variables
on that note, plural for words ending with y should be easy to guess, implement that.
use the app_name for the list objects variable name when the entry-point value is set, for example if the app_name is
categories
, and crud is generated using theentry-point
option, use the app_namecategories
instead of doingcategorys
for the list object variableson that note, plural for words ending with
y
should be easy to guess, implement that.