Sha256: 27293831aaf596cf1f8ea095ed77b046a7875442a8f4ba93d402e5a87412888d
Contents?: true
Size: 218 Bytes
Versions: 24
Compression:
Stored size: 218 Bytes
Contents
class Mdm::Client < ActiveRecord::Base # # Relations # belongs_to :campaign, :class_name => 'Mdm::Campaign' belongs_to :host, :class_name => 'Mdm::Host' ActiveSupport.run_load_hooks(:mdm_client, self) end
Version data entries
24 entries across 24 versions & 1 rubygems