lib/neo4j/active_node/reflection.rb in neo4j-5.2.0 vs lib/neo4j/active_node/reflection.rb in neo4j-5.2.1

- old
+ new

@@ -19,10 +19,10 @@ self.reflections = self.reflections.merge(name => AssociationReflection.new(macro, name, association_object)) association_object.add_destroy_callbacks(model) end private :create_reflection - # @param [Symbol] an association declared on the model + # @param association [Symbol] an association declared on the model # @return [Neo4j::ActiveNode::Reflection::AssociationReflection] of the given association def reflect_on_association(association) reflections[association.to_sym] end