Rails' client-side-validation form_for error

后端 未结 4 1618
生来不讨喜
生来不讨喜 2020-12-18 04:22

I am using client validation rails gem and I got this error. Any idea.....

wrong number of arguments (3 for 2) Extracted source (around line #1):

<         


        
4条回答
  •  粉色の甜心
    2020-12-18 05:04

    Have you followed all of the instructions on the github page? If so, have you restarted your server? The install adds an initializer that wont take effect until a server restart.

提交回复
热议问题