What Does ActiveRecord::MultiparameterAssignmentErrors Mean?

后端 未结 7 633
[愿得一人]
[愿得一人] 2020-12-15 22:46

I have a rails form with a datetime_select field. When I try to submit the form, I get the following exception:

ActiveRecord::MultiparameterAssignmentErrors          


        
相关标签:
7条回答
  • 2020-12-15 23:38

    In my case the ActiveRecord am/pm plugin caused the error through an incorrect alias_method_chain resulting in an StackLevelTooDeep exception.

    The plugin was included by the unobtrusive_date_picker plugin.

    The look into this before hacking away.

    0 讨论(0)
提交回复
热议问题