Sha256: 3d262c13fdb613f95ee5bbacf0c2a346ca8ff0b9383c01a15a74fa9ce9637b1e
Contents?: true
Size: 739 Bytes
Versions: 14
Compression:
Stored size: 739 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 :HasManyItems, 'rubix/associations/has_many_items' autoload :BelongsToHost, 'rubix/associations/belongs_to_host' autoload :BelongsToTemplate, 'rubix/associations/belongs_to_template' autoload :BelongsToItem, 'rubix/associations/belongs_to_item' end end
Version data entries
14 entries across 14 versions & 1 rubygems