Files
nairobi/app/models/failed_census_call.rb
2019-03-14 17:25:43 +01:00

5 lines
165 B
Ruby

class FailedCensusCall < ActiveRecord::Base
belongs_to :user, counter_cache: true
belongs_to :poll_officer, class_name: "Poll::Officer", counter_cache: true
end