instance method quoted_column_names

Ruby on Rails 2.2.3

Since v2.2.3 Last seen in v2.3.18 Private

Available in: v2.2.3 v2.3.18

Signature

quoted_column_names(attributes = attributes_with_quotes)

No documentation comment.

Parameters

attributes opt = attributes_with_quotes
Source
# File activerecord/lib/active_record/base.rb, line 2928
      def quoted_column_names(attributes = attributes_with_quotes)
        connection = self.class.connection
        attributes.keys.collect do |column_name|
          connection.quote_column_name(column_name)
        end
      end

Defined in activerecord/lib/active_record/base.rb line 2928 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Base

Type at least 2 characters to search.

↑↓ navigate · open · esc close