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