Sha256: 3b464a5e1ef2ffd9bf02f5b6bd5d6cb17a28066f0355699fc0395087d9b34a4f
Contents?: true
Size: 288 Bytes
Versions: 43
Compression:
Stored size: 288 Bytes
Contents
class Mdm::ExploitAttempt < ActiveRecord::Base # # Relations # belongs_to :host, :class_name => 'Mdm::Host', :counter_cache => :exploit_attempt_count # # Validations # validates :host_id, :presence => true ActiveSupport.run_load_hooks(:mdm_exploit_attempt, self) end
Version data entries
43 entries across 43 versions & 1 rubygems