method
deprecation_for_delegation
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::ConnectionHandling
deprecation_for_delegation(method)private
No documentation available.
# File activerecord/lib/active_record/connection_handling.rb, line 340
def deprecation_for_delegation(method)
ActiveRecord.deprecator.warn( Calling `ActiveRecord::Base.#{method} is deprecated. Please call the method directly on the connection handler; for example: `ActiveRecord::Base.connection_handler.#{method}`..squish)
end