1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[Guides] Fix sample code

This commit is contained in:
Oscar Del Ben 2012-05-23 09:01:21 -07:00
parent 13612ae501
commit 07f73219c0

View file

@ -482,7 +482,7 @@ The +options[:config]+ value defaults to +config.ru+ which contains this:
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run YourApp::Application
run <%= app_const %>
</ruby>