Sha256: 269397d8564e5c5c4558df6f010892cd93f0a8b5b10b9ddea43343f5a68e8c73
Contents?: true
Size: 232 Bytes
Versions: 17
Compression:
Stored size: 232 Bytes
Contents
module Merit class ActivityLog include Mongoid::Document include Mongoid::Timestamps field :description belongs_to :action, class_name: 'Merit::Action' belongs_to :related_change, polymorphic: true end end
Version data entries
17 entries across 17 versions & 1 rubygems