Sha256: c9ab817471e1d1460160916519e5da5cac824facfbabe4210afe476afdbf9294
Contents?: true
Size: 1.24 KB
Versions: 12
Compression:
Stored size: 1.24 KB
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 :HasManyUsers, 'rubix/associations/has_many_users' autoload :HasManyUserGroups, 'rubix/associations/has_many_user_groups' autoload :HasManyConditions, 'rubix/associations/has_many_conditions' autoload :BelongsToHost, 'rubix/associations/belongs_to_host' autoload :BelongsToTemplate, 'rubix/associations/belongs_to_template' autoload :BelongsToItem, 'rubix/associations/belongs_to_item' autoload :BelongsToAction, 'rubix/associations/belongs_to_action' autoload :BelongsToUser, 'rubix/associations/belongs_to_user' autoload :BelongsToUserGroup, 'rubix/associations/belongs_to_user_group' autoload :BelongsToMediaType, 'rubix/associations/belongs_to_media_type' end end
Version data entries
12 entries across 12 versions & 1 rubygems