From aa330d0d7a694bde5c4e9f2976eb21a71a8be9f3 Mon Sep 17 00:00:00 2001 From: Rashmi Yadav Date: Mon, 4 Nov 2013 21:55:07 +0100 Subject: Fixed code syntax for config.ru [ci skip] --- guides/source/rails_on_rack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/rails_on_rack.md b/guides/source/rails_on_rack.md index 2cdf4ea6a9..7ef54a45bc 100644 --- a/guides/source/rails_on_rack.md +++ b/guides/source/rails_on_rack.md @@ -83,7 +83,7 @@ To use `rackup` instead of Rails' `rails server`, you can put the following insi # Rails.root/config.ru require ::File.expand_path('../config/environment', __FILE__) -use Rack::Debugger +use Rails::Rack::Debugger use Rack::ContentLength run Rails.application ``` -- cgit v1.2.3