2012-04-05 10:43:56 +02:00
|
|
|
# Load the rails application
|
|
|
|
require File.expand_path('../application', __FILE__)
|
2008-12-26 14:15:37 +00:00
|
|
|
|
2012-04-05 10:43:56 +02:00
|
|
|
# Initialize the rails application
|
2012-04-17 16:47:37 +02:00
|
|
|
Tracksapp::Application.initialize!
|