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