radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 46 forks source link

Autogenerated form helpers using lowercase collection name #81

Open brylie opened 9 years ago

brylie commented 9 years ago

The autogenerated create forms have lowercase collection names in their template helpers. This makes the helpers return no data, as the collection names start with a capital letter.

brylie commented 9 years ago

This bug also affects collection helpers, which are using lowercase collection names.

radiegtya commented 9 years ago

can you give example about this @brylie ? what collection did you generated, code example etc. thanks