method
new
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Static
new(app, root)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/static.rb, line 7
def initialize(app, root)
@app = app
@file_server = ::Rack::File.new(root)
end