方法
类公共方法
prefix() 链接
来源: 显示 | 在 GitHub 上
# File activerecord/lib/active_record/dynamic_matchers.rb, line 108 def self.prefix "find_by" end
suffix() 链接
来源: 显示 | 在 GitHub 上
# File activerecord/lib/active_record/dynamic_matchers.rb, line 112 def self.suffix "!" end
实例公共方法
finder() 链接
来源: 显示 | 在 GitHub 上
# File activerecord/lib/active_record/dynamic_matchers.rb, line 116 def finder "find_by!" end