Merge pull request #20712 from nhodges/dev/nh/20345

Remove `config` options from `default_options` in `railties`
This commit is contained in:
Rafael Mendonça França 2015-06-27 13:39:07 -03:00
commit 329c249c9a

@ -96,8 +96,7 @@ def default_options
DoNotReverseLookup: true,
environment: (ENV['RAILS_ENV'] || ENV['RACK_ENV'] || "development").dup,
daemonize: false,
pid: File.expand_path("tmp/pids/server.pid"),
config: File.expand_path("config.ru")
pid: File.expand_path("tmp/pids/server.pid")
})
end