Class: ArPollResult

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/ar_poll_result.rb

Overview

Schema information

Table name: ar_poll_results : Pools results saved

id                 Integer           id
ar_poll_id           Integer       poll id
data                 String               Data saved as YAML
confirmed            Boolean              Poll entry was confirmed

Results of polls saved as YAML structure.