method
print_deprecation_warning
rails latest stable - Class:
ActiveRecord::PredicateBuilder::ClassHandler
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