Method: Waw::Controller#execute
- Defined in:
- lib/waw/controller.rb
#execute(env, request, response) ⇒ Object
Executes the controller on a Rack::Request and Rack::Response pair
19 20 21 |
# File 'lib/waw/controller.rb', line 19 def execute(env, request, response) raise "Should be subclassed" end |