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

removing changes made in ccd0b511c9 and 189a1728b5 [ci skip]

This commit is contained in:
Vijay Dev 2012-04-25 18:18:10 +05:30
parent ccbd32c294
commit dca1cd4a7a

View file

@ -1,6 +1,4 @@
# This file is used by Rack-based servers to start the application. # This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__) require ::File.expand_path('../config/environment', __FILE__)
# if you want to enable gzip compression, use this line
# use Rack::Deflater
run <%= app_const %> run <%= app_const %>