f7a4ed0c54
* Fixed broken template * Did some reorganizing * Need to fix TestTemplates test
8 lines
312 B
Smarty
8 lines
312 B
Smarty
{{- $tableNameSingular := titleCaseSingular .Table.Name -}}
|
|
{{- $dbName := singular .Table.Name -}}
|
|
{{- $tableNamePlural := titleCasePlural .Table.Name -}}
|
|
{{- $varNamePlural := camelCasePlural .Table.Name -}}
|
|
// {{$tableNamePlural}}All retrieves all records.
|
|
func Test{{$tableNamePlural}}All(t *testing.T) {
|
|
|
|
}
|