# File lib/has_many_polymorphs/class_methods.rb, line 191 def has_many_polymorphs(association_id, options = {}, &extension) _logger_debug "associating #{self}.#{association_id}" reflection = create_has_many_polymorphs_reflection(association_id, options, &extension) # puts "Created reflection #{reflection.inspect}" # configure_dependency_for_has_many(reflection) collection_reader_method(reflection, PolymorphicAssociation) end