方法
類別公開方法
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