jstin

Results 1 comments of jstin

I'd add the following line to get Rails style arrays working. ``` name = name.replace(/\[([a-zA-Z_]*)\]/g, delimiter + '$1'); ``` Add it below these lines around line number 98 ``` value...