devise-activegraph icon indicating copy to clipboard operation
devise-activegraph copied to clipboard

adding railtie

Open eltupe opened this issue 7 years ago • 7 comments

Hi,

Following the instructions gave me the error "No session, please create a session first with Neo4j::Session.open(:server_db) or :embedded_db)" upon account creation. Had to add: require 'neo4j/railtie' to /config/application.rb

you might want to include this in the instructions.

eltupe avatar Jul 14 '16 09:07 eltupe