method

determine_deprecated_finder

rails latest stable - Class: ActiveRecord::Base

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

determine_deprecated_finder(match)
private

No documentation available.

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