Sha256: e4bd3f2a306995dd023a7c57baebecd3208ff03d05440accc6cc643e1117f2d5
Contents?: true
Size: 333 Bytes
Versions: 5
Compression:
Stored size: 333 Bytes
Contents
module Merit class Action include Mongoid::Document include Mongoid::Timestamps belongs_to :user field :action_method field :action_value, type: Integer field :had_errors, type: Boolean belongs_to :target, polymorphic: true field :processed, type: Boolean, default: false field :log end end
Version data entries
5 entries across 5 versions & 1 rubygems