method

extract_attributes

rails latest stable - Class: ActiveRecord::Relation::WhereClause
extract_attributes()
public

No documentation available.

# File activerecord/lib/active_record/relation/where_clause.rb, line 110
      def extract_attributes
        attrs = []
        each_attributes { |attr, _| attrs << attr }
        attrs
      end