method
call
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::FileHandler
call(env)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/static.rb, line 48
def call(env)
serve ActionDispatch::Request.new env
end