Sha256: ef6b439718dad2e51024766eb117f40da1f46c8a4b36e19ecfc8f86366b154e9
Contents?: true
Size: 296 Bytes
Versions: 31
Compression:
Stored size: 296 Bytes
Contents
module Graphdb module Model # The base class of Neo4j ActiveNode class ActiveNodeBase include Neo4j::ActiveNode property :created_at property :updated_at def self.remove_module(m) m.instance_methods.each{|m| undef_method(m)} end end end end
Version data entries
31 entries across 31 versions & 1 rubygems