Fix names of things for templates

This commit is contained in:
Aaron L 2016-09-18 10:33:57 -07:00
parent be189323d9
commit 4d45a03ff7

View file

@ -167,9 +167,9 @@ var templateFunctions = template.FuncMap{
"whereClause": strmangle.WhereClause,
// Relationship text helpers
"textsFromForeignKey": txtsFromFKey,
"textsFromOneToOneRelationship": txtsFromOneToOne,
"textsFromRelationship": txtsFromToMany,
"txtsFromFKey": txtsFromFKey,
"txtsFromOneToOne": txtsFromOneToOne,
"txtsFromToMany": txtsFromToMany,
// dbdrivers ops
"filterColumnsByDefault": bdb.FilterColumnsByDefault,