lib/neo4j/active_node/reflection.rb in neo4j-3.0.3 vs lib/neo4j/active_node/reflection.rb in neo4j-3.0.4
- old
+ new
@@ -1,6 +1,6 @@
module Neo4j::ActiveNode
- # A reflection contains information about an association.
+ # A reflection contains information about an association.
# They are often used in connection with form builders to determine associated classes.
# This module contains methods related to the creation and retrieval of reflections.
module Reflection
extend ActiveSupport::Concern
\ No newline at end of file