update config.ru and Rakefile to default rails 4

This commit is contained in:
Reinier Balt 2013-05-13 12:11:17 +02:00
parent cd689dc0e8
commit cc21081d77
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run Tracksapp::Application
run Rails.application