Method: Naf::ByHistoricalJobId.partition_integer_field

Defined in:
app/models/naf/by_historical_job_id.rb

.partition_integer_fieldInteger

the field to partition on

Returns:

  • (Integer)

    re-routed to Naf::ByHistoricalJobId#self#self.partition_foreign_key



65
66
67
# File 'app/models/naf/by_historical_job_id.rb', line 65

def self.partition_integer_field
  return :historical_job_id
end