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