Class: Panthoot::App

Inherits:
Object
  • Object
show all
Defined in:
lib/panthoot/app.rb

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



2
3
4
5
6
# File 'lib/panthoot/app.rb', line 2

def call(env)
  Panthoot::Translator.translate! Rack::Request.new(env).params

  [200, {}, [' ']]
end