Sha256: d35255fdd811a681c7a5d85e517b0740a12e0a3ee5c895fd5ca282979d8bdd68
Contents?: true
Size: 719 Bytes
Versions: 15
Compression:
Stored size: 719 Bytes
Contents
require "safe_html" class OverviewDashboard include Mongoid::Document TOTAL_KEY = "**TOTAL**" UNASSIGNED_KEY = "**UNASSIGNED**" field :dashboard_type, type: String field :result_group, type: Integer field :count, type: Integer field :lined_up, type: Integer field :draft, type: Integer field :amends_needed, type: Integer field :in_review, type: Integer field :ready, type: Integer field :fact_check_received, type: Integer field :fact_check, type: Integer field :published, type: Integer field :archived, type: Integer GOVSPEAK_FIELDS = [] validates_with SafeHtml end
Version data entries
15 entries across 15 versions & 1 rubygems