Sha256: c231e678ee44f96053e2cd61c216ca95a56fe11cb02d5622ece28dde86b49b00
Contents?: true
Size: 624 Bytes
Versions: 34
Compression:
Stored size: 624 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 :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 end
Version data entries
34 entries across 34 versions & 1 rubygems