Methods

Class Public methods

prefix()

📝 Source code
# File activerecord/lib/active_record/dynamic_matchers.rb, line 96
        def self.prefix
          "find_by"
        end
🔎 See on GitHub

Instance Public methods

finder()

📝 Source code
# File activerecord/lib/active_record/dynamic_matchers.rb, line 100
        def finder
          "find_by"
        end
🔎 See on GitHub