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