lib/neo4j/active_rel/property.rb in neo4j-7.0.0.rc.1 vs lib/neo4j/active_rel/property.rb in neo4j-7.0.0.rc.2

- old
+ new

@@ -28,10 +28,9 @@ end alias_method :rel_type, :type def initialize(attributes = nil) super(attributes) - send_props(@relationship_props) unless @relationship_props.nil? end def creates_unique_option self.class.creates_unique_option end