Undefined method 'on' for ActionModel

前端 未结 2 1502
攒了一身酷
攒了一身酷 2021-01-04 20:27

I\'m getting the following error:

NoMethodError in Users#new

Showing .../app/views/users/form/_new.haml where line #7 raised:

undefined method `on\' for #&         


        
2条回答
  •  一个人的身影
    2021-01-04 20:53

    I checked my user and u.errors is an ActiveRecord::Errors, while I see you have an ActiveModel::Error, I would work on that.

    Then I don't understand case errors = statement in your helper, I'm curious to know how you implemented that part...

提交回复
热议问题