Sha256: 849e4a1ed8e7fc10b280a1619427e78730ac4de3adefc1b0218e609902cf7f33
Contents?: true
Size: 510 Bytes
Versions: 8
Compression:
Stored size: 510 Bytes
Contents
module Rubix module Associations autoload :HasManyHosts, 'rubix/associations/has_many_hosts' autoload :HasManyTemplates, 'rubix/associations/has_many_templates' autoload :HasManyHostGroups, 'rubix/associations/has_many_host_groups' autoload :HasManyUserMacros, 'rubix/associations/has_many_user_macros' autoload :HasManyApplications, 'rubix/associations/has_many_applications' autoload :BelongsToHost, 'rubix/associations/belongs_to_host' end end
Version data entries
8 entries across 8 versions & 1 rubygems