method

quoted_column_names

rails latest stable - Class: ActiveRecord::ConnectionAdapters::AbstractAdapter

Method deprecated or moved

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

quoted_column_names()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 74
      def self.quoted_column_names # :nodoc:
        @quoted_column_names ||= {}
      end