方法
类公共方法
prefix() 链接
源代码: 显示 | 在 GitHub 上
# File activerecord/lib/active_record/dynamic_matchers.rb, line 96 def self.prefix "find_by" end
实例公共方法
finder() 链接
源代码: 显示 | 在 GitHub 上
# File activerecord/lib/active_record/dynamic_matchers.rb, line 100 def finder "find_by" end