TODO: Extract this
[Source]
# File lib/rack/adapter/rails.rb, line 11 11: def initialize 12: file = Rack::File.new(::File.join(RAILS_ROOT, "public")) 13: dispatcher = RailsDispatcher.new 14: 15: super([file, dispatcher]) 16: end
[Validate]