Flowdock
method

extract_record

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: ActiveRecord::Associations::ClassMethods::JoinDependency::JoinBase
extract_record(row) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations.rb, line 2081
            def extract_record(row)
              Hash[column_names_with_alias.map{|cn, an| [cn, row[an]]}]
            end
Register or log in to add new notes.