method
call
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Static
call(env)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/static.rb, line 26
def call(env)
@file_handler.attempt(env) || @app.call(env)
end