Sha256: 1d040e793d606bba3ab643686505f5266012ec2d3f0f77922f700b5a9a3865fc
Contents?: true
Size: 314 Bytes
Versions: 14
Compression:
Stored size: 314 Bytes
Contents
class MeritAction 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
Version data entries
14 entries across 14 versions & 1 rubygems