method

print_deprecation_warning

rails latest stable - Class: ActiveRecord::PredicateBuilder::ClassHandler

Method deprecated or moved

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

print_deprecation_warning()
private

No documentation available.

# File activerecord/lib/active_record/relation/predicate_builder/class_handler.rb, line 19
      def print_deprecation_warning
        ActiveSupport::Deprecation.warn(          Passing a class as a value in an Active Record query is deprecated and          will be removed. Pass a string instead..squish)
      end