Class: Mindmap::Application
- Inherits:
-
Object
- Object
- Mindmap::Application
- Defined in:
- lib/mindmap/application.rb
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
5 6 7 8 9 |
# File 'lib/mindmap/application.rb', line 5 def call(env) request = Rack::Request.new(env) [200, headers, [render_page(request)]] end |