gpt4 book ai didi

ruby-on-rails - Rails Haml 复选框

转载 作者:行者123 更新时间:2023-12-04 17:11:57 24 4
gpt4 key购买 nike

愚蠢的问题,我如何用haml重写我的代码?

<% for role in Role.find(:all) %>
<div>
<%= check_box_tag "user[role_ids][]", role.id, @user.roles.include?(role) %>
<%= role.name %>
</div>



我在哪里可以找到 haml 示例,例如 http://apidock.com/rails/ActionView/Helpers/FormTagHelper/check_box_tag
谢谢!

最佳答案

- for role in Role.find(:all)
%div
= check_box_tag "user[role_ids][]", role.id, @user.roles.include?(role)
= role.name

我刚用过 http://html2haml.heroku.com/

关于ruby-on-rails - Rails Haml 复选框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8824278/

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