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