Sha256: 4d8ffbb4ccb6f35d923675ef5fbf55ee24df4bdad15a010a3a44373cd4ed4035

Contents?: true

Size: 427 Bytes

Versions: 201

Compression:

Stored size: 427 Bytes

Contents

module Neo4j
  module ActiveRel
    module Callbacks #:nodoc:
      extend ActiveSupport::Concern
      include Neo4j::Shared::Callbacks

      def save(*args)
        unless _persisted_obj || (from_node.respond_to?(:neo_id) && to_node.respond_to?(:neo_id))
          fail Neo4j::ActiveRel::Persistence::RelInvalidError, 'from_node and to_node must be node objects'
        end
        super(*args)
      end
    end
  end
end

Version data entries

201 entries across 201 versions & 3 rubygems

Version Path
neo4j-9.6.2 lib/neo4j/active_rel/callbacks.rb
activegraph-10.0.0.pre.alpha.7 lib/neo4j/active_rel/callbacks.rb
activegraph-10.0.0.pre.alpha.6 lib/neo4j/active_rel/callbacks.rb
neo4j-10.0.0.pre.alpha.5 lib/neo4j/active_rel/callbacks.rb
neo4j-10.0.0.pre.alpha.4 lib/neo4j/active_rel/callbacks.rb
neo4j-10.0.0.pre.alpha.3 lib/neo4j/active_rel/callbacks.rb
neo4j-10.0.0.pre.alpha.2 lib/neo4j/active_rel/callbacks.rb
neo4j-10.0.0.pre.alpha.1 lib/neo4j/active_rel/callbacks.rb
neo4j-9.6.1 lib/neo4j/active_rel/callbacks.rb
neo4j-9.6.0 lib/neo4j/active_rel/callbacks.rb
neo4j-9.5.3 lib/neo4j/active_rel/callbacks.rb
neo4j-9.5.2 lib/neo4j/active_rel/callbacks.rb
neo4j-9.5.0 lib/neo4j/active_rel/callbacks.rb
neo4j-9.4.0 lib/neo4j/active_rel/callbacks.rb
neo4j-9.3.0 lib/neo4j/active_rel/callbacks.rb
neo4j-9.2.4 lib/neo4j/active_rel/callbacks.rb
neo4j-9.2.3 lib/neo4j/active_rel/callbacks.rb
neo4j-9.2.2 lib/neo4j/active_rel/callbacks.rb
neo4j-9.2.1 lib/neo4j/active_rel/callbacks.rb
neo4j-9.2.0 lib/neo4j/active_rel/callbacks.rb