Sha256: 2c8d1df9c76578647eeb70ea2d4fbdf22a59c2f92b4fe341f3469deed63d118a
Contents?: true
Size: 247 Bytes
Versions: 43
Compression:
Stored size: 247 Bytes
Contents
class Mdm::HostTag < ActiveRecord::Base self.table_name = "hosts_tags" # # Relations # belongs_to :host, :class_name => 'Mdm::Host' belongs_to :tag, :class_name => 'Mdm::Tag' ActiveSupport.run_load_hooks(:mdm_host_tag, self) end
Version data entries
43 entries across 43 versions & 1 rubygems
Version | Path |
---|---|
metasploit_data_models-0.6.16 | app/models/mdm/host_tag.rb |
metasploit_data_models-0.6.14 | app/models/mdm/host_tag.rb |
metasploit_data_models-0.6.13 | app/models/mdm/host_tag.rb |