lib/neo4j/config.rb in neo4j-7.2.3 vs lib/neo4j/config.rb in neo4j-8.0.0.alpha.1
- old
+ new
@@ -2,10 +2,9 @@
# == Keeps configuration for neo4j
#
# == Configurations keys
class Config
DEFAULT_FILE = File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'config', 'neo4j', 'config.yml'))
- CLASS_NAME_PROPERTY_KEY = 'class_name_property'
class << self
# In keeping with the Rails convention, this class writer lets you globally configure
# the incluse of timestamps on your nodes and rels. It defaults to false, requiring manual
# timestamp inclusion.