tracks/Rakefile

8 lines
274 B
Text
Raw Permalink Normal View History

2012-04-05 10:43:56 +02:00
#!/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.
2012-04-05 10:43:56 +02:00
require File.expand_path('../config/application', __FILE__)
2012-04-05 10:43:56 +02:00
Tracksapp::Application.load_tasks