Rails 4错误:NoMethodError未定义方法`to_model'为true:TrueClass

时间:2016-09-23 17:42:27

标签: ruby-on-rails ruby ruby-on-rails-4 model nomethoderror

如果我把这样的东西......

#button
    = link_to(@item.is_active = true) do
        .btn Publish

进入我的haml视图,我收到此错误:

NoMethodError in Jobs#show
undefined method `to_model' for true:TrueClass

我只想将true分配到is_active的{​​{1}}列。 我做错了什么?

1 个答案:

答案 0 :(得分:0)

我认为你不想在这里找到link_to。我会用form_tag来做这件事。