method
call
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::FileHandler
call(env)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/static.rb, line 49
def call(env)
serve(Rack::Request.new(env))
end