gpt4 book ai didi

ruby-on-rails - 如何使用 Ransack 别名

转载 作者:行者123 更新时间:2023-12-01 23:22:28 24 4
gpt4 key购买 nike

我正在尝试使用 Ransack 实现别名,以缩短我的 URL 搜索查询。

根据文档: https://github.com/activerecord-hackery/ransack#ransack-aliases

class Post < ActiveRecord::Base
belongs_to :author

# Abbreviate :author_first_name_or_author_last_name to :author
ransack_alias :author, :author_first_name_or_author_last_name
end

但是当我在我的模型中使用它时,我得到一个

undefined method `ransack_alias' for #<Class:0x007f9376f176e0> 

最佳答案

据我了解,ransack_alias出现在ransack的master分支,在1.7.0(current stable)中没有实现。

关于ruby-on-rails - 如何使用 Ransack 别名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34738623/

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