Skip to content

Commit

Permalink
i23 - fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
framirez07 committed Sep 17, 2019
1 parent 06e9800 commit 90a8efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funks.js
Expand Up @@ -205,7 +205,7 @@ exports.fillOptionsForViews = function(fileData){
namePlLc: inflection.pluralize(exports.uncapitalizeString(fileData.model)),
namePlCp: inflection.pluralize(exports.capitalizeString(fileData.model)),
nameCp: exports.capitalizeString(fileData.model),
nameUc: exports.fileData.model.toUpperCase(),
nameUc: fileData.model.toUpperCase(),
attributesArr: attributesArrayFromFile(fileData.attributes),
typeAttributes: exports.typeAttributes(attributesArrayFromFile(fileData.attributes)),
belongsTosArr: associations.belongsTos,
Expand Down

0 comments on commit 90a8efa

Please sign in to comment.