method
each_key
rails latest stable - Class:
ActiveRecord::Result::IndexedRow
each_key(&block)public
No documentation available.
# File activerecord/lib/active_record/result.rb, line 50
def each_key(&block)
@column_indexes.each_key(&block)
end