Sha256: b054cae84e1c207933666a0e9748cb0b71bae3d2883162b4cf721330daff6fb0
Contents?: true
Size: 419 Bytes
Versions: 22
Compression:
Stored size: 419 Bytes
Contents
module Neo4j module Wrapper module Rule module InstanceMethods # Trigger rules. # You don't normally need to call this method (except in Migration) since # it will be triggered automatically by the Neo4j::Wrapper::Rule::Rule # @see Neo4j::Wrapper::Rule::ClassMethods def trigger_rules self.class.trigger_rules(self) end end end end end
Version data entries
22 entries across 22 versions & 1 rubygems