Class: Neo::Viz::App
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Neo::Viz::App
- Includes:
- Neo4j
- Defined in:
- lib/neo-viz.rb
Instance Method Summary collapse
-
#root_url ⇒ Object
Consumers of /embedded have to redefine this method inside the Sprockets environment.
Instance Method Details
#root_url ⇒ Object
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 |