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