lib/active_graph/relationship.rb in activegraph-10.0.0.pre.beta.8 vs lib/active_graph/relationship.rb in activegraph-10.0.0.pre.beta.9
- old
+ new
@@ -2,10 +2,10 @@
# Makes Neo4j Relationships more or less act like ActiveRecord objects.
# See documentation at https://github.com/neo4jrb/neo4j/wiki/Neo4j%3A%3AActiveRel
module Relationship
extend ActiveSupport::Concern
- MARSHAL_INSTANCE_VARIABLES = [:@attributes, :@rel_type, :@_persisted_obj]
+ MARSHAL_INSTANCE_VARIABLES = [:@attributes, :@type, :@_persisted_obj]
include ActiveGraph::Shared
include ActiveGraph::Relationship::Initialize
include ActiveGraph::Shared::Identity
include ActiveGraph::Shared::Marshal