Method: Miscellany::BatchMatcher#get_primary_for_row!
- Defined in:
- lib/miscellany/active_record/batch_matcher.rb
#get_primary_for_row!(row) ⇒ Object
53 54 55 |
# File 'lib/miscellany/active_record/batch_matcher.rb', line 53 def get_primary_for_row!(row) resolve_row_value(row, :column_to_primary_key) end |