lib/rubix/associations.rb in rubix-0.0.9 vs lib/rubix/associations.rb in rubix-0.0.10
- old
+ new
@@ -4,11 +4,13 @@
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 :BelongsToHost, 'rubix/associations/belongs_to_host'
+ autoload :BelongsToTemplate, 'rubix/associations/belongs_to_template'
end
end