Class: Neo::Viz::App

Inherits:
Sinatra::Base
  • Object
show all
Includes:
Neo4j
Defined in:
lib/neo-viz.rb

Instance Method Summary collapse

Instance Method Details

#root_urlObject

Consumers of /embedded have to redefine this method inside the Sprockets environment. See config.ru.



45
46
47
# File 'lib/neo-viz.rb', line 45

def root_url
  '.'
end