Sha256: 442c7ffeaea2f069fd964bec2765fcd7e60dee130056fb3405cb2d94156e9315
Contents?: true
Size: 634 Bytes
Versions: 19
Compression:
Stored size: 634 Bytes
Contents
require_dependency "safe_html" class OverviewDashboard include Mongoid::Document TOTAL_KEY = "**TOTAL**" UNASSIGNED_KEY = "**UNASSIGNED**" field :dashboard_type, type: String field :result_group, type: String 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
19 entries across 19 versions & 1 rubygems