tracks/config/environment.rb

6 lines
155 B
Ruby
Raw Normal View History

2013-05-11 23:12:20 +02:00
# Load the rails application.
2012-04-05 10:43:56 +02:00
require File.expand_path('../application', __FILE__)
2013-05-11 23:12:20 +02:00
# Initialize the rails application.
Tracksapp::Application.initialize!