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