Closed cristina23 closed 8 years ago
Thank you for sending PR. What do you trouble in any concrete variable name?
By default, unless you use option camel_cased: true
in include_gon
method, your variable names in JS should be equal to names from Ruby.
Variable names which use underscore in Rails will be camelCased in JS. Maybe you should warn (or err) about undefined variables. The README was misleading. There should be something about it somewhere.