gpt4 book ai didi

ruby-on-rails - 如何在stimulus_reflex 中访问current_user

转载 作者:行者123 更新时间:2023-12-04 08:46:40 25 4
gpt4 key购买 nike

在这个反射中,我想将 lastupdateby 字段设置为 current_user。我一直无法让它工作。我需要做什么才能反射性地获得该值吗?关于我做错了什么的任何想法?如果我对值而不是 current_user 进行硬编码,它会起作用。我一定只是引用错误。

def toggle
todo = Todo.find(element.dataset[:id])
todo.update(completed_at: (todo.completed_at? ? nil : Time.current), lastUpdatedBy: current_user)
end

最佳答案

引用 this ,
在反射类中添加以下行。

delegate :current_user, to: :connection

关于ruby-on-rails - 如何在stimulus_reflex 中访问current_user,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64279653/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com