mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
update config.ru and Rakefile to default rails 4
This commit is contained in:
parent
cd689dc0e8
commit
cc21081d77
2 changed files with 1 additions and 2 deletions
1
Rakefile
1
Rakefile
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env rake
|
||||
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
||||
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue