-6ren">
gpt4 book ai didi

ruby-on-rails - rails (设计/cancan/rolify): more efficient way to get users with certain role

转载 作者:太空宇宙 更新时间:2023-11-03 18:21:44 25 4
gpt4 key购买 nike

这是让所有用户都具有特定角色的代码

          <% users = User.all%>
<% users.each{ |user|%>
<% if not user.has_role? 'coach'%>
<% next%>
<% end%>
<option value="<%=user.id%>"><%=user.first_name%> </option>
<% }%>

这个简单的任务看起来代码太多了。有更好的方法吗?

最佳答案

它就在自述文件上 https://github.com/EppO/rolify

User.with_role(:coach)

关于ruby-on-rails - rails (设计/cancan/rolify): more efficient way to get users with certain role,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17130060/

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