gpt4 book ai didi

ruby-on-rails - 没有关联方法的 Rails text_field

转载 作者:行者123 更新时间:2023-12-04 05:38:17 27 4
gpt4 key购买 nike

我在创建没有方法关联的 text_field 时遇到了问题。也许我什至不需要它:-)

我有两个单选按钮关联到同一个方法:

<%= radio_button :comment, :author, "anonymous" %> Anonymous <br>
<%= radio_button :comment, :author, "real_name" %> Name <br>

我想做的是有一个文本字段,当用户单击单选按钮“real_name”时,我可以验证这个新文本字段中的值。

基本上我的 Controller 是这样的:

@comment = Comment.new(params[:comment])

如果@comment.author == "real_name" @comment.author = "来自新文本字段的值结束

有什么办法吗?

问候,

维克多

最佳答案

如果要生成没有关联对象/方法的文本字段,请使用 text_field_tag

关于ruby-on-rails - 没有关联方法的 Rails text_field,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/202907/

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