Method: Naf::ByHistoricalJobId.partition_integer_field
- Defined in:
- app/models/naf/by_historical_job_id.rb
.partition_integer_field ⇒ Integer
the field to partition on
65 66 67 |
# File 'app/models/naf/by_historical_job_id.rb', line 65 def self.partition_integer_field return :historical_job_id end |