method

determine_deprecated_finder

determine_deprecated_finder(match)
private

No documentation available.

# File activerecord/lib/active_record/base.rb, line 1137
        def determine_deprecated_finder(match)
          match.captures.first == 'all_by' ? :find_all : :find_first
        end