Method: Impression::Resource#call
- Defined in:
- lib/impression/resource.rb
#call(req) ⇒ void
This method returns an undefined value.
Responds to the given request by rendering a 404 Not found response.
100 101 102 |
# File 'lib/impression/resource.rb', line 100 def call(req) req.respond(nil, ':status' => Qeweney::Status::NOT_FOUND) end |