method
call
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::FileHandler
call(env)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/static.rb, line 29
def call(env)
@file_server.call(env)
end